-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 created local '.github/ISSUE_TEMPLATE/01_new-issue.yml' from remote…
… '.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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |