Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.09 KB

CONTRIBUTING.md

File metadata and controls

55 lines (34 loc) · 2.09 KB

Contributing to awesome-web3-data

Thank you for considering contributing to awesome-web3-data! We welcome contributions from the community to help improve and expand this curated list of high-quality Web3 data resources, tools, and APIs.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine.

    git clone https://github.com/your-username/awesome-web3-data.git
  3. Create a New Branch: Create a new branch for your contribution.

    git checkout -b my-new-branch
  4. Make Your Changes: Add your changes to the repository. This could include adding new resources, fixing typos, or improving existing content.

  5. Commit Your Changes: Commit your changes with a descriptive commit message.

    git add .
    git commit -m "Add/do new thing: [Name]"
  6. Push to Your Fork: Push your changes to your forked repository.

    git push origin my-new-branch
  7. Submit a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and why they should be merged.

Contribution Guidelines

  • Quality: Ensure that the resources you add are of high quality and relevant to the Web3 data ecosystem.
  • Format: Follow the existing format and structure of the list. Use proper Markdown syntax and include links where necessary.
  • Descriptions: Provide clear and concise descriptions for each resource. Avoid using promotional language.
  • Licensing: Ensure that any content you contribute is your own or is appropriately licensed for inclusion in an open-source project.

Code of Conduct

By participating in this project, you agree to abide by the Contributor Covenant Code of Conduct.

Getting Help

If you have any questions or need assistance, feel free to open an issue on the GitHub repository or reach out to the maintainers.

Thank you for your contributions!

  • axol.io <3