From e38872cf29451d30492e9022290f7ca0067f4b0e Mon Sep 17 00:00:00 2001 From: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:52:02 +0530 Subject: [PATCH] fix: adding hacktoberfest checkbox Signed-off-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/new-play.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-play.yml b/.github/ISSUE_TEMPLATE/new-play.yml index 1907032d60..946cac5731 100644 --- a/.github/ISSUE_TEMPLATE/new-play.yml +++ b/.github/ISSUE_TEMPLATE/new-play.yml @@ -34,6 +34,8 @@ body: - label: I have read the [Contributing Guidelines](https://github.com/reactplay/react-play/blob/main/CONTRIBUTING.md) required: true - label: I want to work on this issue + - label: I am a Hacktoberfest contributor + required: true - type: checkboxes id: terms