Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.71 KB

Contributing

We welcome contributions from everyone! Your input helps make the Awesome Graph Universe a more valuable resource.

Getting Started

  1. Fork the repository and then clone it to your local machine using the following command:

    git clone [email protected]:your-username/awesome-graph-universe.git
  2. Create a new branch for your changes. Use a naming convention that reflects the purpose of the branch. For example:

    • add_XXX for adding new graph resources.
    • fix_XXX for recommending changes to existing content.

How to Contribute

You can contribute in several ways:

  • Adding new graph resources that aren’t currently part of the curated list.
  • Suggesting improvements for the repository.
  • Recommending changes to existing entries.
  • Any other contributions are welcome!

Pull Requests

  1. Push your changes to your forked repository.
  2. Submit a pull request (PR) to the main repository.

We will review your PR and may suggest changes or improvements. Here are some tips to increase the chances of your PR being accepted:

  • Write clean and understandable code.
  • Add comments and brief descriptions of the resources you have added for clarity.
  • Include a detailed description in your PR.
  • Write clear and concise commit messages.

Issues

If you encounter any issues with our list, please submit a new issue. Before submitting a new issue, check the existing issues to avoid duplicates. Additionally, consider contributing to discussions or resolving current issues.

Thank you for helping us improve the Awesome Graph Universe! 🚀