Contribute To Avocodos - Avocodos/avocodos GitHub Wiki
Contribute to Avocodos
We welcome contributions from the community! Here’s how you can get involved:
Steps to Contribute
- Fork the Repository: Create a personal copy of the Avocodos repository.
- Create a New Branch: Use a descriptive name for your branch.
git checkout -b feature/your-feature-name
- Make Your Changes: Implement your feature or fix a bug.
- Commit Your Changes: Write a clear commit message.
git commit -m "Add feature or fix description"
- Push Your Changes: Push your branch to your fork.
git push origin feature/your-feature-name
- Create a Pull Request: Submit a pull request to the main repository.
Guidelines
- Ensure your code adheres to the project’s coding standards.
- Include tests for new features where applicable.