Thank you for your interest in contributing to the JCT app! Your contributions help make this app better and more efficient for public complaint reporting.
- Navigate to the JCT repository and click on Fork to create your own copy of the project.
- Clone the forked repository to your local machine using:
git clone https://github.com/your-username/JCT.git cd JCT
- Use a descriptive name for your branch, e.g.,
fix-issue-123
oradd-new-feature
:git checkout -b your-branch-name
- Make sure your code follows the best practices and is well-tested.
- Keep the codebase clean and readable.
- Ensure Flutter and Firebase configurations are correctly set.
- Write clear and concise commit messages:
git add . git commit -m "Brief description of your changes"
- Push your branch to GitHub:
git push origin your-branch-name
- Go to the repository on GitHub and click on New Pull Request.
- Provide a detailed description of the changes you've made, including the issue number if applicable.
Once submitted, your PR will be reviewed and, if approved, merged into the main branch.
Thank you for your contributions and making JCT better!