Update issue templates
This commit is contained in:
parent
d4a90d8fe7
commit
1e8f0b01ad
2 changed files with 20 additions and 0 deletions
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Report a program exception or general bug.
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
assignees: pointfeev
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
###### Describe the bug and/or provide an image of the exception dialog box:
|
10
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Enhancement Request
|
||||||
|
about: Request a new feature or to enhance an existing feature.
|
||||||
|
title: ''
|
||||||
|
labels: Enhancement
|
||||||
|
assignees: pointfeev
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
###### <u><b>Describe the new feature and its implementation OR how the existing feature could be improved:</b></u>
|
Loading…
Reference in a new issue