Skip to content

Commit

Permalink
🔄 created local '.github/ISSUE_TEMPLATE/01_new-issue.yml' from remote…
Browse files Browse the repository at this point in the history
… '.github/ISSUE_TEMPLATE/01_new-issue.yml'
  • Loading branch information
choldgraf committed Sep 2, 2024
1 parent a088188 commit 90dde18
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/01_new-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 💡 General Issue
description: A general template for many kinds of issues.
body:
- type: textarea
id: context
attributes:
label: Context
description: |
Any background information that helps others understand this issue and why it is important.
validations:
required: true

- type: textarea
id: proposal
attributes:
label: Proposal
description: |
(optional) A clear and concise description of what we should do, if we have a next step in mind.
Add any guidance that will lower our uncertainty in resolving this (e.g., instructions, constraints to follow, red flags to avoid).
validations:
required: false

- type: textarea
id: tasks
attributes:
label: Updates and actions
description: |
(optional) A place to track ongoing work items or tasks, as we figure them out.
validations:
required: false

0 comments on commit 90dde18

Please sign in to comment.