Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 997 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 997 Bytes

Contributing to GNN Atlas

Thank you for considering contributing to GNN Atlas! We welcome all contributions, from reporting issues to adding new resources.

🚀 How to Contribute

1️⃣ Fork the repository.
2️⃣ Clone your fork:

git clone https://github.com/YOUR-USERNAME/gnn-atlas.git

3️⃣ Create a new branch for your contribution:

git checkout -b feature/new-resource

4️⃣ Make changes and commit:

git add .
git commit -m "Added a new GNN paper on explainability"

5️⃣ Push the changes to your fork:

git push origin feature/new-resource

6️⃣ Open a Pull Request (PR) from your fork to the main repo.

📌 Contribution Guidelines

  • Ensure all new papers/resources have links.
  • Follow the existing format in README.md.
  • Open an issue if you are unsure about your contribution.

📢 Need help?

If you run into any problems, feel free to open an issue or reach out!