Contribution Guidelines for https://github.com/boilerrat/awesome-decentralized-autonomous-organizations
Note: This project follows a Contributor Code of Conduct. By participating, you are expected to uphold this code.
Before submitting a pull request, please ensure you've addressed the following:
- Code Quality: Ensure that your code is clean, well-commented, and adheres to best practices.
- Documentation: Update any relevant documentation to reflect your changes.
- Testing: Make sure to test your changes thoroughly and ensure they don't break existing functionality.
- Fork the Repository: If you're not a direct contributor, first fork the repository.
- Clone Your Fork Locally:
git clone https://github.com/boilerrat/awesome-decentralized-autonomous-organizations
- Create a New Branch:
git checkout -b new-feature-branch
- Make Changes: Implement your changes and commit them.
- Push to GitHub:
git push origin new-feature-branch
- Submit a Pull Request: Go to the original repository and create a new pull request.
If your PR requires changes, there's no need to create a new one. Just push the changes to the existing PR branch. For a step-by-step guide on how to do this, refer to this guide.
Thank you for contributing to Awesome DAO!