mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Add issue templates for easier issue reporting (#286)
This commit is contained in:
parent
062ce664ca
commit
45126ce908
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report a bug in Pixelorama
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
<!-- Please search existing issues for potential duplicates before filing yours:
|
||||
https://github.com/Orama-Interactive/Pixelorama/issues?q=is%3Aissue
|
||||
-->
|
||||
|
||||
**Pixelorama version:**
|
||||
<!-- Specify commit hash if using a non-official build. -->
|
||||
|
||||
|
||||
**OS/device including version:**
|
||||
<!-- Specify GPU model and drivers if graphics-related. -->
|
||||
|
||||
|
||||
**Issue description:**
|
||||
<!-- What happened, and what was expected. -->
|
||||
|
||||
|
||||
**Steps to reproduce:**
|
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
name: Feature/enhancement request
|
||||
about: Request a new feature or enhancement in Pixelorama
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
<!-- Please search existing issues for potential duplicates before filing yours:
|
||||
https://github.com/Orama-Interactive/Pixelorama/issues?q=is%3Aissue
|
||||
-->
|
||||
|
||||
**Feature/enhancement description:**
|
||||
<!-- Describe the user-visible benefits if this feature is implemented. -->
|
Loading…
Reference in a new issue