-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-xargs programmatic commit (#149)
- Loading branch information
1 parent
35ecd47
commit 3cdd765
Showing
2 changed files
with
28 additions
and
2 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
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,27 @@ | ||
name: Task | ||
description: File an enhancement proposal | ||
labels: "enhancement" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for taking the time to fill out this enhancement | ||
proposal! Before submitting your issue, please make sure there | ||
isn't already a prior issue concerning this. If there is, | ||
please join that discussion instead. | ||
- type: textarea | ||
id: enhancement-proposal-what | ||
attributes: | ||
label: What needs to get done | ||
description: > | ||
Describe what needs to get done | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: enhancement-proposal-why | ||
attributes: | ||
label: Why it needs to get done | ||
description: > | ||
Describe why it needs to get done | ||
validations: | ||
required: true |