diff options
| author | a14m <[email protected]> | 2020-12-16 16:00:19 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-16 16:20:36 +0100 |
| commit | cb2b2e0bfed2747fea283745ab0f099eabc1a60e (patch) | |
| tree | a0a0876aa00fd579b63dc0da8228bcd90232143b /CONTRIBUTING.md | |
| parent | f10893d25908cc55b612498b5506430445d152ea (diff) | |
Update the README with the new links to sr.ht
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a02188..c30b7f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,11 +13,14 @@ Please read these blog posts (which frame the philosophies that we are trying to ## Contribute to the code base -1. Fork this repository to your own account and then clone it to your local device. +1. Clone the repo. 2. Create a new branch `git checkout -b MY_BRANCH_NAME` 3. Install the dependencies based on which language you are modifying (or adding support to). 4. Do your changes. 5. Run the tests bundled with the language. -6. Commit your changes and push them. -7. Create a pull/merge request. +6. Commit your changes. +7. Prepare a patchset (or `git send-email`) 8. Thanks in advance for your contribution :) + +## Report Issues +- Submit a ticket at https://todo.sr.ht/~a14m/game-of-life |
