Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Jan 23, 2024
1 parent 7493de5 commit b172fcd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,13 @@ Code contributions to Talawa come in the form of pull requests. These are done b
The process of proposing a change to Talawa can be summarized as:

1. Fork the Talawa repository and branch off `develop`.

1. The repository can be cloned locally using `git clone <forked repo url>`.

1. Your newly forked repository can be cloned locally using `git clone <YOUR FORKED REPO URL>`.
1. Make the Palisadoes Foundation's repo your `git upstream` for your local repo.
1. Make the desired changes to the Talawa source.

1. Setup a local instance of Talawa-API on your local machine using the steps outlined in our [INSTALLATION.md](INSTALLATION.md) file.

1. Run the app:
1. Enter Talawa-API URL for your local instance oulined in the [INSTALLATION.md](INSTALLATION.md) file. This is also the URL you should use for your Talawa-Admin configuration.

1. While selecting organization, select organization named A as it contains some testable data.

1. 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.
Expand Down

0 comments on commit b172fcd

Please sign in to comment.