Contribution Guidelines for Awesome Decentralized Autonomous Organizations
Note: This project follows a [Contributor Code of Conduct]
(code-of-conduct.md). By participating, you are expected to uphold this code.
Table of Contents
- Contribution Guidelines for Awesome Decentralized Autonomous Organizations
- Table of Contents
- Contribution Guidlines
- Pull Request Process
- Updating Your PR
- Additional Resources
Contribution Guidlines
Before submitting a pull request, please ensure you've addressed the following:
- Link Project Quality: Ensure that link you are providing is to a high quality project.
- Project Choices: Should be Web3 based and/or be a product that is widely used in the space. Discord would be a good example of this.
- Project Description: Keep this short, most often you can find a single line statement describing the project on its website.
- Harmful and Malicious Content: This, obviously is strictly forbidden. Don't do it or shame will follow you forever.
- Broken Links: They don't help, make sure what you post, works. Also, if you see any in the list that are broekn, be a pal and fix it.
- I'm not into making a PR: That's fine, just drop your link or change request as an issue
Pull Request Process
- 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.
Updating Your PR
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.
Additional Resources
Thank you for contributing to Awesome DAO!