summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-18 22:20:05 +0900
committerDaniel Bovensiepen <[email protected]>2012-09-18 22:20:05 +0900
commit5e16c2309f95d5b9becec799e23d244390a7d230 (patch)
treee0f3e02fd58b62ea10669acc60d6e0c977fc60e5 /CONTRIBUTING.md
parent2493915a72fcc57148a17109f9be8525fc887790 (diff)
downloadmruby-5e16c2309f95d5b9becec799e23d244390a7d230.tar.gz
mruby-5e16c2309f95d5b9becec799e23d244390a7d230.zip
re-formulate some sentences
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 199def696..08995978f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,19 +1,17 @@
# How to contribute
-mruby is a young open-source project.
+mruby is an open-source project which is looking forward to each contribution.
-We are looking forward to each pull request.
+## Your Pull Request
-## Pull Request
+To make it easy to review and understand your change please keep the following
+things in mind before submitting your pull request:
-To make it easy to review und understand your change please keep the following
-things in mind for your pull request:
-
-* Make you change on the latest possible state of **mruby/master**
+* Work on the latest possible state of **mruby/master**
* Test your changes before creating a pull request (**make test**)
* If possible write a test case which confirms your change
* Don't mix several features or bug-fixes in one pull request
-* Create a branch which is dedicated to change
+* Create a branch which is dedicated to your change
* Create a meaningful commit message
* Explain your change (i.e. with a link to the issue you are fixing)