Thank you for considering contributing to GNN Atlas! We welcome all contributions, from reporting issues to adding new resources.
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.
- Ensure all new papers/resources have links.
- Follow the existing format in
README.md
. - Open an issue if you are unsure about your contribution.
If you run into any problems, feel free to open an issue or reach out!