mirror of https://github.com/lukechilds/polar.git
3 changed files with 21 additions and 3 deletions
@ -1,8 +1,8 @@ |
|||
--- |
|||
name: Bug report |
|||
name: Bug Report |
|||
about: Create a report to help us improve |
|||
title: '' |
|||
labels: '' |
|||
title: 'Bug: ' |
|||
labels: bug |
|||
assignees: '' |
|||
|
|||
--- |
@ -0,0 +1,17 @@ |
|||
--- |
|||
name: Feature Request |
|||
about: Suggest an idea for this project |
|||
title: 'Feature Request: ' |
|||
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 [...] |
|||
|
|||
**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,0 +1 @@ |
|||
.github |
Loading…
Reference in new issue