diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1019e90..a48a8f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ Contributing ============ -We gladly accept contributions to Indivisible (in the form of merge requests **xor** patch files, send them to ), however there are a few guidelines that must be followed. +We gladly accept contributions to Indivisible (send Git patches to ), however there are a few guidelines that must be followed. 1) Copyright & Licensing ------------------------ @@ -8,7 +8,7 @@ The copyright of this project and all of its code, unless stated otherwise, belo 2) Documentation ---------------- -All new features added must be well documented using DOxygen style comments. If your patch adds a new feature and it is not well documented we will ask you to finish documenting the code before accepting a merge. This is simply so that both the maintainers of this repo and other users can understand the new API that bas been added. +All new features added must be well documented using DOxygen style comments. If your patch adds a new feature and it is not well documented we will ask you to finish documenting the code before accepting a patch. This is simply so that both the maintainers of this repo and other users can understand the new API that bas been added. 3) Code-Style ------------- diff --git a/README.md b/README.md index f9563ef..ffb384d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To build a release build run `cmake -DCMAKE_BUILD_TYPE=Release ..` instead. Contributing ------------ -If you would like to contribute to Indivisible then please read the [contributing file](/CONTRIBUTING.md) before sending a patch or creating a merge request. +If you would like to contribute to Indivisible then please read the [contributing file](/CONTRIBUTING.md) before sending a patch. You may send the patches to . License -------