Skip to content

Commit

Permalink
Merge branch 'main' into command8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo authored Jan 6, 2023
2 parents 6698ee9 + 9a82853 commit 4c58aaa
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/Because-Done.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Because / Done when
description: Create a generic issue using the `Because` / `Done When` format
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Please be as detailed as possible about this issue.
- type: textarea
id: because
attributes:
label: Because
description: Briefly describe the context of the issue. A good starting point is the "User Story" format, outlined below.
placeholder: Just because!
value: |
As a [role]
When I [action]
[result]
validations:
required: true

- type: textarea
id: done-when
attributes:
label: Done when
description: Describe the desired end result, or the steps needed to get there.
placeholder: |
"When will you make an end?" "When I'm finished!"
value: '- [ ] '
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug-Report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Bug Report
description: File a bug report
title: '[Bug 🐛]: '
labels: [bug 🐛]
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report! 🐜

- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: A bug happened!
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Describe the steps you took to produce the issue.
placeholder: 1. ...
value: |
1.
2.
3.
- type: textarea
id: logs
attributes:
label: Relevant logs
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

0 comments on commit 4c58aaa

Please sign in to comment.