Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: add multiple issues template #2879

Merged
merged 1 commit into from
Jun 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
---