Skip to content

Commit

Permalink
.github: add multiple issues template
Browse files Browse the repository at this point in the history
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
vdemeester authored and tekton-robot committed Jun 30, 2020
1 parent c7a60b8 commit aab77dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Issue Template
about: Template for both bug reports and feature requests
name: Bug Report
about: Template for bug reports
labels: kind/bug
---

# Expected Behavior
Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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) -->
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/free-form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: Free Form
about: Create an unstructured issue
---

0 comments on commit aab77dc

Please sign in to comment.