Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.27 KB

File metadata and controls

51 lines (33 loc) · 2.27 KB

Note: This project follows a Contributor Code of Conduct. By participating, you are expected to uphold this code.


Table of Contents


General Guidelines

Before submitting a pull request, please ensure you've addressed the following:

  1. Code Quality: Ensure that your code is clean, well-commented, and adheres to best practices.
  2. Documentation: Update any relevant documentation to reflect your changes.
  3. Testing: Make sure to test your changes thoroughly and ensure they don't break existing functionality.

Pull Request Process

  1. Fork the Repository: If you're not a direct contributor, first fork the repository.
  2. Clone Your Fork Locally: git clone https://github.com/boilerrat/awesome-decentralized-autonomous-organizations
  3. Create a New Branch: git checkout -b new-feature-branch
  4. Make Changes: Implement your changes and commit them.
  5. Push to GitHub: git push origin new-feature-branch
  6. 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!