Update issue templates
This commit is contained in:
committed by
GitHub
parent
e39b38c2d5
commit
4f1e83a7d7
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: ''
|
title: "[BUG]"
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Please make sure you have performed the following steps before opening a new bug
|
|||||||
|
|
||||||
**Platform**
|
**Platform**
|
||||||
- [ ] Docker Image
|
- [ ] Docker Image
|
||||||
- [ ] Windows Standalone Executable
|
- [ ] Windows/Linux Standalone Executable
|
||||||
|
|
||||||
**Browser Console Errors(F12)**
|
**Browser Console Errors(F12)**
|
||||||
<!-- Attach a screenshot or codeblock containing the browser console error -->
|
<!-- Attach a screenshot or codeblock containing the browser console error -->
|
||||||
|
|||||||
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: "[FEATURE REQUEST]"
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Checklist**
|
||||||
|
Please make sure you have performed the following steps before submitting a new feature request, change `[ ]` to `[x]` to mark it as done
|
||||||
|
|
||||||
|
- [ ] I have read the [Contributing Guidelines](https://github.com/hargata/lubelog/blob/main/.github/CONTRIBUTING.md) and [Scope and Purpose](https://github.com/hargata/lubelog/wiki/Scope-and-Purpose)
|
||||||
|
- [ ] I have searched through existing issues.
|
||||||
|
|
||||||
|
** Description**
|
||||||
|
<!-- Describe the feature request below this line -->
|
||||||
Reference in New Issue
Block a user