-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: add multiple issues template
This move the current issue template to a bug-report template, and add new ones (one for feature request and one free form). This follows what was done in `tektoncd/cli`. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
- Loading branch information
1 parent
c7a60b8
commit aab77dc
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
.github/issue-template.md → .github/ISSUE_TEMPLATE/bug-report.md
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,13 @@ | ||
--- | ||
name: Feature Request | ||
about: Template for feature requests | ||
labels: kind/feature | ||
--- | ||
|
||
### Feature request | ||
|
||
<!-- Please describe the feature request and why you would like to have it --> | ||
|
||
### Use case | ||
|
||
<!-- Please add a concrete use case to demonstrate how such a feature would add value for the user. If you don't have a use case for your feature, please remove this section (however providing a good use case increases the likelihood to be picked up) --> |
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,4 @@ | ||
--- | ||
name: Free Form | ||
about: Create an unstructured issue | ||
--- |