diff options
| author | Patrick Lodder <[email protected]> | 2021-06-03 19:17:52 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-06-03 19:17:52 +0200 |
| commit | cfb9ecdc58a0fc5a0d121c46840a1d63061b5978 (patch) | |
| tree | 80d46ae6fa4b75acbea1cdc0bda6fa6a29bbd1c3 | |
| parent | [docs] change channels for interactions (diff) | |
| download | discoin-cfb9ecdc58a0fc5a0d121c46840a1d63061b5978.tar.xz discoin-cfb9ecdc58a0fc5a0d121c46840a1d63061b5978.zip | |
[docs] Make the workflow more concise and less chatty
| -rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a94b058cf..bdb6baa6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,15 +22,12 @@ facilitates social contribution, easy testing and peer review. To contribute a patch, the workflow is as follows: - - Fork repository in GitHub, and clone it your development machine. - - Create topic branch from the relevant development branch. - - As these branches are in the contributor's local repository, naming is not critical, - although it is recommended that you include the target version. If the change relates - to an issue, including its number in the branch name is also a good idea. - - Commit patches to the branch. - - Test your changes, which **must** include the unit and RPC tests passing. Changes will not be accepted if they do not pass tests. + - Fork the repository in GitHub, and clone it your development machine. + - Create a topic branch from the relevant development branch. + - Commit changes to the branch. + - Test your changes, which **must** include the unit and RPC tests passing. - Push topic branch to your copy of the repository. - - Raise PR via GitHub. + - Raise a Pull Request via GitHub. The project coding conventions in the [developer notes](doc/developer-notes.md) must be adhered to. |