From 132e1df0dc0c23b529cdf872e2ffb91c64e315a6 Mon Sep 17 00:00:00 2001 From: RainbowMango Date: Wed, 2 Jun 2021 16:58:57 +0800 Subject: [PATCH] Add good first issue template Signed-off-by: RainbowMango --- .github/ISSUE_TEMPLATE/good-first.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/good-first.md diff --git a/.github/ISSUE_TEMPLATE/good-first.md b/.github/ISSUE_TEMPLATE/good-first.md new file mode 100644 index 000000000..20bca1f6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/good-first.md @@ -0,0 +1,33 @@ +--- +name: Good First Issue +about: Publish a good first issue +labels: good first issue + +--- + + + +**Task description**: + +**Solution**: + +**Who can join or take the task**: + +Good first issue is intended for `first-time contributors` to get started on his/her contributor journey. + +After a contributor has successfully completed 1-2 good first issue's, +they should be ready to move on to `help wanted` items, saving remaining `good first issue`'s for other new contributors. + +**How to join or take the task**: + +Just reply on the issue with following message: +``` +/assign +``` +Then, the issue will be assigned to you. + +**How to ask for help**: + +If you need help or have questions, please feel free to ask on this issue. +The issue author or other members of the community will guide you through the contribution process. \ No newline at end of file