Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up default issue templates with appropriate labels #2

Merged
merged 5 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug for dashboard team
description: Report a new bug
title: "[Briefly describe the bug]"
labels: ["squad-dashboard"]
projects: ["cloud-gov/27"]
assignees: ''
body:
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ''
validations:
required: false
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen?
placeholder: Tell us what you expected
value: "I was expecting:"
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual behavior
description: What happened instead?
placeholder: Tell us what you saw
value: "This happened instead:"
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: notes
attributes:
label: Notes
description: Anything else we should know?
placeholder: provide any additional context here
value: "More context:"
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/issue.md

This file was deleted.

50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Request for dashboard team
description: Submit a new request for the project
title: "[Briefly describe the request]"
labels: ["squad-dashboard"]
projects: ["cloud-gov/27"]
assignees: ''
body:
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ''
validations:
required: false
- type: textarea
id: problem
attributes:
label: Problem
description: Describe the problem
placeholder: Tell us here
value: "I'm noticing:"
validations:
required: true
- type: textarea
id: expected
attributes:
label: Request
description: What would you like to see?
placeholder: Tell us what you want
value: "I would like instead:"
validations:
required: true
- type: textarea
id: acceptance
attributes:
label: Acceptance Criteria
description: How will we know when we're done?
placeholder: Tell us here
value: "We will know we are done when:"
validations:
required: true
- type: textarea
id: notes
attributes:
label: Notes
description: Anything else we should know?
placeholder: provide any additional context here
value: "More context:"

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/story.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/story.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Story for dashboard team
description: Suggest a new story for this project
title: "[Briefly summarize user story]"
labels: ["squad-dashboard"]
projects: ["cloud-gov/27"]
assignees: ''
body:
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ''
validations:
required: false
- type: textarea
id: story
attributes:
label: Story
description: Describe the story
placeholder: Tell us here in AAU terms
value: "As a \<user in a specific situation\>, I want to \<a goal\> so that \<benefit\>."
validations:
required: true
- type: textarea
id: acceptance
attributes:
label: Acceptance Criteria
description: How will we know when we're done?
placeholder: Tell us here
value: "We will know we are done when:"
validations:
required: true
- type: textarea
id: security
attributes:
label: Security considerations
description: note any potential changes to security boundaries, practices, documentation, risk that arise directly from this story
placeholder: ''
value: ''
- type: textarea
id: resources
attributes:
label: Additional resources
description: Add any links to background notes, sketches, and/or relevant documentation
placeholder: ''
value: ''