You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,11 +94,11 @@ Make sure you have read the [Documentation for Setting up the Project](INSTALLAT
94
94
The process of proposing a change to Talawa API can be summarized as:
95
95
96
96
1. Fork the Talawa API repository and branch off `develop`.
97
-
2. The repository can be cloned locally using `git clone <forked repo url>`.
98
-
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).
99
-
4. Make the desired changes to the Talawa API source.
100
-
5. Run the app and test your changes.
101
-
6. If you've added code, then test suites must be added.
97
+
1. Your newly forked repository can be cloned locally using `git clone <YOUR FORKED REPO URL>`.
98
+
1. Make the Palisadoes Foundation's repo your `git upstream` for your local repo.
99
+
1. Make the desired changes to the Talawa API source.
100
+
1. Run the app and test your changes.
101
+
1. If you've added code, then test suites must be added.
102
102
1.**_General_:**
103
103
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.
104
104
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
314
314
There are many ways to communicate with the community.
315
315
316
316
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.
317
-
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.
317
+
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.
This directory is the default location for the logs generated by the audit trailing mechanism of our application. The logging system is designed to provide a comprehensive and chronological record of events, actions, and operations performed within the application, offering transparency and accountability.
6
+
7
+
## Setup Instructions
8
+
9
+
### Initial Setup
10
+
11
+
To initialize the logging system and ensure that all necessary configurations are correctly established, please run the following command from the root of the project:
0 commit comments