I appreciate your interest in contributing to our project. Before you get started, please take a moment to review the following guidelines.
- Fork the repository.
- Clone your fork locally:
git clone https://github.com/apple-fritter/celebration.git
- Create a new branch for your changes:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push your changes to your fork:
git push origin feature-name
- Open a pull request against the
main
branch.
Follow the coding style used in the project. If there is a specific style guide, please adhere to it. If not, maintain consistency with the existing code.
Ensure that your changes do not break existing functionality. If applicable, provide unit tests for your code.
Update the documentation if your changes affect it. This includes the README.md file, code comments, and any other relevant documentation.
Write clear and concise commit messages. Use the present tense and follow this format: "Add feature," "Fix bug," "Update documentation," etc.
- Provide a clear and detailed description of your changes.
- Reference the issue number that your pull request addresses, if applicable.
- Ensure that your branch is up to date with the latest changes from the main branch.
Please adhere to our Code of Conduct in all interactions.