Skip to content

Commit f08314b

Browse files
authored
Update issue templates 125 (#140)
* Fix: Add missing labels to issue templates * testing * Testing if project automation works * Add labels and project tags * Add project tags
1 parent a39b345 commit f08314b

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 'Blank Issue Form with Dependency'
22
description: 'Standard HackforLA issue form with dependency'
3-
labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft']
3+
labels: ['size: missing', 'role: missing', 'feature: missing', 'complexity: missing', 'Draft']
4+
projects: ['CoP: DevOps: Project Board']
45
body:
56
- type: textarea
67
id: dependency

.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Blank Issue Form with No Dependency'
22
description: 'Standard HackforLA issue form with no dependency'
3-
labels: ['role missing', 'Complexity: Missing', 'Feature Missing', 'size: missing','Draft']
4-
3+
labels: ['role: missing', 'Complexity: Missing', 'Feature: Missing', 'size: missing','Draft']
4+
projects: ['CoP: DevOps: Project Board']
55
body:
66
- type: textarea
77
id: overview

.github/ISSUE_TEMPLATE/blank-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Blank Issue Template
33
about: 'Standard HackforLA issue template '
44
title: ''
5-
labels: 'size: missing'
5+
labels: 'size: missing, role: missing, feature: missing, complexity: missing'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/decision-record.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ title: 'DR: [NAME OF DECISION RECORD]'
66
labels: 'complexity: missing, feature: missing, missing: milestone, role: missing,
77
size: missing'
88
assignees: ''
9-
109
---
1110

1211
### Overview

.github/ISSUE_TEMPLATE/pre-work-template-devops-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Pre-work Template - DevOps-Security
33
about: Newly onboarded team members should start by making this issue for themselves
44
title: 'Pre-work Checklist: DevOps-Security-Member: [replace brackets with your name]'
5-
labels: 'Complexity: Prework, Feature: Onboarding/Contributing.md, size: 1pt'
5+
labels: 'complexity: Prework, feature: Onboarding/Contributing.md, size: 1pt, role: missing'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/request-aws-iam-resources.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 'Request AWS IAM user or service account'
22
description: 'Issue for requesting IAM accounts'
3-
labels: ['feature: AWS user request','size: 1pt','role: missing']
3+
labels: ['feature: AWS user request','size: 1pt','role: missing', 'complexity: missing']
4+
projects: ['CoP: DevOps: Project Board']
45

56
body:
67
- type: input

0 commit comments

Comments
 (0)