1
0
Fork 0
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:
Hugo Locurcio 2020-07-26 00:52:12 +02:00 committed by GitHub
parent 062ce664ca
commit 45126ce908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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:**

View 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. -->