From cb2b2e0bfed2747fea283745ab0f099eabc1a60e Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 16 Dec 2020 16:00:19 +0100 Subject: Update the README with the new links to sr.ht --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3