diff options
author | simonporte <32496803+simonporte@users.noreply.github.com> | 2020-11-14 13:25:01 +0100 |
---|---|---|
committer | simonporte <32496803+simonporte@users.noreply.github.com> | 2020-11-14 13:25:01 +0100 |
commit | 86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376 (patch) | |
tree | 0843266b36d9794e32142c0662ceae2aae59204c /CONTRIBUTING.md | |
parent | ade77e42578998abc44434c495b41bde37552fe0 (diff) | |
download | homer-86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376.tar.gz homer-86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376.tar.zst homer-86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376.zip |
Minor edits on readme and documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
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 | |||
26 | For all contributions, please respect the following guidelines: | 26 | For 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 | ||
37 | If 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 | 37 | If 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 |
38 | feel free to open an issue to present your idea. | 38 | feel free to open an issue to present your idea. |
39 | 39 | ||
40 | ### How to submit a contribution | 40 | ### How to submit a contribution |