Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Added feature request template.
  • Loading branch information
kiplingw authored Jan 7, 2021
1 parent f2b272b commit 3ea6635
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG] (Insert short description)"
labels: ''
assignees: ''
labels:

- bug

---

Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE REQUEST] (Insert a short description)"
labels: enhancement
assignees: ''

---

## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] or it would be great if Pistache could do [...].

## Describe the solution you'd like
A clear and concise description of what you want to happen.

## Additional Context
Add any other context or screenshots about the feature request here.

0 comments on commit 3ea6635

Please sign in to comment.