From f330e03a31360c54f70a8195d7d6516f402ee4cb Mon Sep 17 00:00:00 2001 From: Carole Mendes Lago Date: Wed, 28 Sep 2022 16:55:47 -0700 Subject: [PATCH] Created blank issue form with no dependency --- .../blank-issue-form-with-no-dependency.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml new file mode 100644 index 0000000000..05f2d9ead5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml @@ -0,0 +1,25 @@ +name: 'Blank Issue Form with No Dependency' +description: 'Standard HackforLA issue form with no dependency' + +body: + - type: input + id: overview + attributes: + label: Overview + description: Clearly state the purpose of this issue in 2 sentences or less + validations: + required: true + - type: textarea + id: action-items + attributes: + label: Action Items + description: "List the research to be done, or the steps to be completed. Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task." + validations: + required: true + - type: textarea + id: resources-instructions + attributes: + label: "Resources/Instructions" + description: "Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc." + validations: + required: true \ No newline at end of file