Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuniat authored Dec 5, 2020
1 parent 0ba5a8d commit fa03be2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''

---

## 🐛🐛 Bug Report


Expand Down Expand Up @@ -36,4 +45,4 @@ def function_right():
<!--- Only if you have suggestions on a fix for the bug -->

### 🖼 Additional context/Screenshots (optional)
Add any other context about the problem here. If applicable, add screenshots to help explain.
Add any other context about the problem here. If applicable, add screenshots to help explain.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: ''
assignees: ''

---

## 🚨🚨 Feature Request

- [ ] Related to an existing [Issue](../../../issues)
Expand All @@ -22,4 +31,4 @@ A clear and concise description of any alternative solutions or features you've

**Teachability, Documentation, Adoption, Migration Strategy**
If you can, explain how users will be able to use this and possibly write out a version the docs.
Maybe a screenshot or design?
Maybe a screenshot or design?

0 comments on commit fa03be2

Please sign in to comment.