From 95d8f07c02ea7531b0e155bf1f18e25d56615427 Mon Sep 17 00:00:00 2001 From: Karanrajpurohit855 Date: Thu, 26 Mar 2026 15:52:39 +0530 Subject: [PATCH 1/2] Improve contributing documentation for beginners --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53a7202917..4e1843c431 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,22 @@ on our documentation for a better view of how you can contribute to ArviZ. We welcome a wide range of contributions, not only code! Even improving documentation or fixing typos is a valuable contribution to ArviZ. +## How to contribute + +1. Fork the repository +2. Clone your fork +3. Create a new branch +4. Make your changes +5. Commit and push +6. Open a Pull Request + +## For beginners + +If you are new to open source: +- Start with documentation improvements +- Look for "User Documentation" issues +- Ask questions before starting + ## Reporting issues If you encounter any bug or incorrect behaviour while using ArviZ, please report an issue to our [issue tracker](https://github.com/arviz-devs/arviz/issues). From 04aba200a45fb414275d46f91de0a42a9e5743fe Mon Sep 17 00:00:00 2001 From: Karanrajpurohit855 Date: Thu, 26 Mar 2026 16:01:55 +0530 Subject: [PATCH 2/2] Improve contributing documentation for beginners --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e1843c431..0f428871ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,12 +14,12 @@ Even improving documentation or fixing typos is a valuable contribution to ArviZ 5. Commit and push 6. Open a Pull Request -## For beginners +## For Beginners If you are new to open source: -- Start with documentation improvements -- Look for "User Documentation" issues -- Ask questions before starting +- Start with small documentation improvements +- Look for issues labeled "User Documentation" +- Ask questions before starting work ## Reporting issues If you encounter any bug or incorrect behaviour while using ArviZ,