summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-12-16 14:22:10 +0800
committerRi Xu <xuri.me@gmail.com>2017-12-16 14:22:10 +0800
commit46187309f4fcf317515693fcba913ae6ae3c7eb7 (patch)
tree423b49770db732f011dd7bdef6e998d4db162d71 /CONTRIBUTING.md
parentaf737dd3f6a184137f744904cd3fff713effc64c (diff)
Issue template and contributing guide updated.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d8bc453..27705c8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,8 +1,8 @@
-# Contributing to Excelize
+# Contributing to excelize
-Want to hack on Excelize? Awesome! This page contains information about reporting issues as well as some tips and
+Want to hack on excelize? Awesome! This page contains information about reporting issues as well as some tips and
guidelines useful to experienced open source contributors. Finally, make sure
-you read our [community guidelines](#excelize-community-guidelines) before you
+you read our [community guidelines](#community-guidelines) before you
start participating.
## Topics
@@ -15,7 +15,7 @@ start participating.
## Reporting security issues
-The Excelize maintainers take security seriously. If you discover a security
+The excelize maintainers take security seriously. If you discover a security
issue, please bring it to their attention right away!
Please **DO NOT** file a public issue, instead send your report privately to
@@ -65,13 +65,13 @@ don't get discouraged!
### Design and cleanup proposals
-You can propose new designs for existing Excelize features. You can also design
+You can propose new designs for existing excelize features. You can also design
entirely new features. We really appreciate contributors who want to refactor or
otherwise cleanup our project.
-We try hard to keep Excelize lean and focused. Excelize can't do everything for
+We try hard to keep excelize lean and focused. Excelize can't do everything for
everybody. This means that we might decide against incorporating a new feature.
-However, there might be a way to implement that feature *on top of* Excelize.
+However, there might be a way to implement that feature *on top of* excelize.
### Conventions
@@ -184,7 +184,7 @@ Please see the [Coding Style](#coding-style) for further guidelines.
### Merge approval
-Excelize maintainers use LGTM (Looks Good To Me) in comments on the code review to
+The excelize maintainers use LGTM (Looks Good To Me) in comments on the code review to
indicate acceptance.
### Sign your work