Skip to content

Commit

Permalink
chore: add headers to github templates (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk authored Jul 30, 2021
1 parent e2dee0f commit 7eec319
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .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: ''
labels: 'type: bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

Expand Down
9 changes: 9 additions & 0 deletions .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: ''
labels: ''
assignees: ''

---

**Describe the problem to be solved**
A clear and concise description of what problem to be solved

Expand Down

0 comments on commit 7eec319

Please sign in to comment.