Skip to content

Commit

Permalink
docs: make templates required
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Aug 11, 2021
1 parent 74d71e4 commit 00b468a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Expand Up @@ -8,44 +8,44 @@ body:
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: current-behavior
attributes:
label: Current Behavior
description: What happened?
placeholder: Tell us what you see!
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: What operating system are you seeing the problem on?
multiple: true
options:
- Linux
- Windows
- macOS
validations:
required: true
- 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
validations:
required: true
- type: textarea
id: dotenv
attributes:
label: Configuration
description: Please copy and paste your `dotenv`. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/jef/streetmerchant/blob/main/CODE_OF_CONDUCT.md)
Expand Down
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Expand Up @@ -5,36 +5,37 @@ labels:
- 'type: feature'
body:
- type: textarea
id: proposed-solution
attributes:
label: Proposed solution
description: What is solution to this feature request?
placeholder: Solution description.
validations:
required: true
- type: textarea
id: objective
attributes:
label: Objective
description: Link to discussion.
placeholder: https://github.com/jef/streetmerchant/discussions
validations:
required: true
- type: textarea
id: goals
attributes:
label: Goals
description: What is the purpose of feature request?
placeholder: Add all relevant goals.
validations:
required: true
- type: textarea
id: non-goals
attributes:
label: Non-goals
description: What else could be accomplished with this feature request, but is currently out of scope?
placeholder: Add all relevant non-goals.
validations:
required: true
- type: textarea
id: anti-goals
attributes:
label: Anti-goals
description: What could go wrong (side effects) if we implement this feature request?
placeholder: Add all relevant anti-goals.
validations:
required: true

0 comments on commit 00b468a

Please sign in to comment.