From 031e1f7fc1599b617f5378d942c43ad329b82280 Mon Sep 17 00:00:00 2001 From: awlfccamp Date: Thu, 14 Mar 2024 20:08:49 -0500 Subject: [PATCH 1/3] add blank issue form with dependency --- .../blank-issue-form-with-dependency.yml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml new file mode 100644 index 0000000..b2173dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml @@ -0,0 +1,33 @@ +name: 'Blank Issue Form with Dependency' +description: 'Standard HackforLA issue form with dependency' +labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft'] +body: + - type: textarea + id: dependency + attributes: + label: Dependency + description: 'Add dependencies (ideally by issue #)' + value: '- [ ]' + validations: + required: true + - 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 From 876686efd32e1f136a70e45de96d2ac7eefdfb47 Mon Sep 17 00:00:00 2001 From: awlfccamp Date: Thu, 14 Mar 2024 20:09:41 -0500 Subject: [PATCH 2/3] add blank issue form with no dependency --- .../blank-issue-form-with-no-dependency.yml | 26 +++++++++++++++++++ 1 file changed, 26 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 0000000..9d8176b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml @@ -0,0 +1,26 @@ +name: 'Blank Issue Form with No Dependency' +description: 'Standard HackforLA issue form with no dependency' +labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft'] + +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 From a58b02c6a57015c4cd1f7f29a468999c578494d1 Mon Sep 17 00:00:00 2001 From: awlfccamp Date: Thu, 14 Mar 2024 20:10:23 -0500 Subject: [PATCH 3/3] add blank issue template --- .github/ISSUE_TEMPLATE/blank-issue-template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/blank-issue-template.md b/.github/ISSUE_TEMPLATE/blank-issue-template.md new file mode 100644 index 0000000..95d8f28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank-issue-template.md @@ -0,0 +1,18 @@ +--- +name: Blank Issue Template +about: 'Standard HackforLA issue template ' +title: '' +labels: 'Complexity: Missing, Feature Missing, role missing, size: missing' +assignees: '' + +--- + +### Overview +REPLACE THIS TEXT - Clearly state the purpose of this issue in 2 sentences or less. We write ours a modified user story in this format: _We need to do X for Y reason._ + +### Action Items +REPLACE THIS TEXT - 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. + +### Resources/Instructions +REPLACE THIS TEXT - 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.