diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a8979a658..b3b1c0d411 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ There are several ways you can contribute to TRL: * Contribute to the examples or the documentation. If you don't know where to start, there is a special [Good First -Issue](https://github.com/huggingface/trl/contribute) listing. It will give you a list of +Issue](https://github.com/huggingface/trl/labels/%F0%9F%91%B6%20good%20first%20issue) listing. It will give you a list of open issues that are beginner-friendly and help you start contributing to open-source. The best way to do that is to open a Pull Request and link it to the issue that you'd like to work on. We try to give priority to opened PRs as we can easily track the progress of the fix, and if the contributor does not have time anymore, someone else can take the PR over. For something slightly more challenging, you can also take a look at the [Good Second Issue](https://github.com/huggingface/trl/labels/Good%20Second%20Issue) list. In general though, if you feel like you know what you're doing, go for it and we'll help you get there! 🚀