aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 458a147..a744c8a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,7 @@ First of all, we expect everyone (contributors and maintainers alike) to respect
26For all contributions, please respect the following guidelines: 26For all contributions, please respect the following guidelines:
27 27
28* Each pull request should implement ONE feature or bugfix. If you want to add or fix more than one thing, submit more than one pull request. 28* Each pull request should implement ONE feature or bugfix. If you want to add or fix more than one thing, submit more than one pull request.
29* Do not commit changes to files that are irrelevant to your feature or bugfix (eg: `.gitignore`). 29* Do not commit changes to files that are irrelevant to your feature or bugfix (e.g. `.gitignore`).
30* Do not add unnecessary dependencies. 30* Do not add unnecessary dependencies.
31* Be aware that the pull request review process is not immediate, and is generally proportional to the size of the pull request. 31* Be aware that the pull request review process is not immediate, and is generally proportional to the size of the pull request.
32 32
@@ -34,7 +34,7 @@ For all contributions, please respect the following guidelines:
34 34
35### Discuss about ideas 35### Discuss about ideas
36 36
37If you want to add a feature, it's often best to talk about it before starting working on it and submitting a pull request. It's not mandatory at all, but 37If you want to add a feature, it's often best to talk about it before starting to work on it and submitting a pull request. It's not mandatory at all, but
38feel free to open an issue to present your idea. 38feel free to open an issue to present your idea.
39 39
40### How to submit a contribution 40### How to submit a contribution