From 17c9bfb5fa18dc64126fef3e5f7dffa960d9d588 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:08:32 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00093009dc..a65b206968 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,11 +94,11 @@ Make sure you have read the [Documentation for Setting up the Project](INSTALLAT The process of proposing a change to Talawa API can be summarized as: 1. Fork the Talawa API repository and branch off `develop`. -2. The repository can be cloned locally using `git clone `. -3. Make sure your code is up-to-date with the main source main. A detailed guide on the same can be found in the [Upgrading Code Section](#upgrading-code). -4. Make the desired changes to the Talawa API source. -5. Run the app and test your changes. -6. If you've added code, then test suites must be added. +1. Your newly forked repository can be cloned locally using `git clone `. +1. Make the Palisadoes Foundation's repo your `git upstream` for your local repo. +1. Make the desired changes to the Talawa API source. +1. Run the app and test your changes. +1. If you've added code, then test suites must be added. 1. **_General_:** 1. We need to get to 100% test coverage for the app. We periodically increase the desired test coverage for our pull requests to meet this goal. 2. Pull requests that don't meet the minimum test coverage levels will not be accepted. This may mean that you will have to create tests for code you did not write. You can decide which part of the code base needs additional tests if this happens to you. @@ -314,4 +314,4 @@ If you are participating in any of the various internship programs we ar members There are many ways to communicate with the community. 1. The Palisadoes Foundation has a Slack channel where members can assist with support and clarification. Visit the [Talawa GitHub repository home page](https://github.com/PalisadoesFoundation/talawa) for the link to join our slack channel. -1. We also have a technical email list run by [freelists.org](https://www.freelists.org/). Search for "palisadoes" and join. Members on this list are also periodically added to our marketing email list that focuses on less technical aspects of our work. \ No newline at end of file +1. We also have a technical email list run by [freelists.org](https://www.freelists.org/). Search for "palisadoes" and join. Members on this list are also periodically added to our marketing email list that focuses on less technical aspects of our work.