From e0f62de9a0cf415f22f78ee17f2e3703efb1bbfe Mon Sep 17 00:00:00 2001 From: Ziggy Date: Wed, 26 Jul 2023 18:18:53 +0200 Subject: [PATCH] Replaced "Finding something to work on" with "Good first issues" in CONTRIBUTING.md, describing what the label means --- CONTRIBUTING.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2da90116..68030fa44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,11 +49,23 @@ In IntelliJ idea, run the **Tests** run configuration. ## Your first contribution If you're new to contributing to open source projects, we recommend reading [this guide](https://opensource.guide/how-to-contribute/). -### Finding something to work on -If you're looking for something to work on, check out the [issues page](https://github.com/ProjectSWGCore/Holocore/issues). - Some issues require coding, while others are more focused on documentation or other non-coding tasks. +### Good first issues +If you're new to the project, you can start by looking at the [good first issues](https://github.com/ProjectSWGCore/Holocore/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+first+issue%22). + +These are issues that are relatively easy to fix, and are intended for new contributors to get started with. +We will try to provide as much information as possible in the issue description, but don't hesitate to ask for more information if you need it. + +We're happy to help you get started with your first contribution, so don't hesitate to ask for help. +A good place to ask questions is on our Discord server, in the #development channel. + +[![Discord chat](https://img.shields.io/discord/373548910225915905?logo=discord)](https://discord.gg/BWhBx4F) + +Once you have completed one or two Good first issues, you can start looking at other issues. +These may be more complex, but we're happy to help you get started. +The issue description is likely to be less detailed, so you may have to ask for more information. + ### Creating a pull request When you're ready to submit your changes, you can create a pull request.