From 7a4e881bc6a83fd8c8e0c532ab7849a49a3d91d6 Mon Sep 17 00:00:00 2001 From: mitm001 Date: Mon, 16 Sep 2019 09:19:56 -0700 Subject: [PATCH] Adding link to project tab. (#1170) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abb84c53c..47fd3f700 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,8 @@ Communication always comes first. **All** code changes and other contributions s ### New Contributors +Check out the [Projects](https://github.com/jMonkeyEngine/jmonkeyengine/projects/1) tab, where the team has prioritized issues that you as a new contributor can undertake that will familiarize you to the workflow of contributing. This highlights some issues the team thinks would be a good start for new contributors but you are free to contribute on any other issues or integration you wish. + When you're ready to submit your code, just make a [pull request](https://help.github.com/articles/using-pull-requests). - Do not commit your code until you have received proper feedback.