Quick Start
This quick start guide is designed for those experienced with Git and Github to quickly begin contributing to Talawa repositories. Please follow the details below:
- We use GitHub for our source control and code review processes to ensure efficient collaboration and seamless management of code changes. To contribute, fork PalisadoesFoundation/talawa (or the appropriate repository) to your account and then create feature/issue branches. we currently work on the develop branch for all the repositories.
- We use merge-oriented workflow. you should use
git pull upstream
followed bygit push origin develop
. To prevent your Pull requests from turning stale compared to the repository, rebase your feature branch before submitting a Pull request. If you want to read more about how to rebase a pull request, you can follow this guide. - We have tools that help you submit quality code. These include linters, tests and continuous integrations, code coverage percentage, etc.
- Our projects are maintained by a small group of volunteers with limited resources. Please read these files in each repo to guide your participation.
- CONTRIBUTING.md
- ISSUE_GUIDELINES.md
- PR_GUIDELINES.md
- INSTALLATION.md
You are all set to contribute. Thank you!