From 26b759b9cf35ddfcc7d1f79aaf0b6f7feeeba447 Mon Sep 17 00:00:00 2001 From: "Aditya @ArchLinux" <132184385+adityadeshlahre@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:04:30 +0530 Subject: [PATCH] feat:added oss-gg hackathon issue template --- .../ISSUE_TEMPLATE/oss-gg-hack-submission.yml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/oss-gg-hack-submission.yml diff --git a/.github/ISSUE_TEMPLATE/oss-gg-hack-submission.yml b/.github/ISSUE_TEMPLATE/oss-gg-hack-submission.yml new file mode 100644 index 000000000000..d68d45cffb14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/oss-gg-hack-submission.yml @@ -0,0 +1,33 @@ +name: oss.gg hack submission 🕹️ +description: "Submit your contribution for the for the oss.gg hackathon" +title: "[🕹️]" +labels: 🕹️ oss.gg, player submission, hacktoberfest +assignees: [] +body: + - type: textarea + id: contribution-name + attributes: + label: What side quest or challenge are you solving? + description: Add the name of the side quest or challenge. + validations: + required: true + - type: textarea + id: points + attributes: + label: Points + description: How many points are assigned to this contribution? + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: What's the task your performed? + validations: + - type: textarea + id: proof + attributes: + label: Provide proof that you've completed the task + description: Screenshots, loom recordings, links to the content you shared or interacted with. + validations: + required: true