Thank you for considering contributing to our project! We appreciate your time and effort in helping make this project better.
There are several ways you can contribute to our project:
-
Reporting Bugs: If you encounter any bugs or issues with the project, please report them using our issue tracker.
-
Suggesting Enhancements: Have an idea to improve the project? Feel free to suggest enhancements through the issue tracker as well.
-
Writing Code: You can contribute by writing code to fix bugs, implement new features, or improve existing ones. Just follow the guidelines outlined below.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/tylerlight071/FurEver_Friends.git
-
Create a new branch for your contribution:
git checkout -b feature-or-fix-name
-
Make your changes in the new branch.
-
Test your changes to ensure they work as expected.
-
Commit your changes with clear and descriptive commit messages:
git commit -m "Brief description of the changes"
-
Push your changes to your forked repository:
git push origin feature-or-fix-name
-
Create a pull request (PR) against the
main
branch of the original repository. -
Provide a clear title and description for your PR, explaining the purpose and scope of your changes.
-
Once submitted, your PR will be reviewed by project maintainers. Please be patient during the review process.
- Follow the coding style and standards used in the project.
- Write clear and concise code with appropriate comments where necessary.
- Ensure your code is properly tested.
Please note that we have a Code of Conduct that we expect all contributors to adhere to. By participating in this project, you agree to abide by its terms.
If you have any questions or need support, feel free to reach out to us through email or by opening an issue in the repository.
Thank you for your contributions!