Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-07-20 07:24:12 +02:00
This commit is contained in:
Wessel T
2020-06-19 23:41:38 +02:00
parent c65cff7839
commit 25c679f5cc
9 changed files with 169 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug Report
about: Report an issue with $(PROJECT_NAME)
title: "[BUG] Somenthing broke"
title: "[BUG] Bug summed up in 1 sentence"
labels: bug
assignees: PassTheWessel
@@ -16,6 +16,7 @@ assignees: PassTheWessel
```
**Further details:**
- $(PROJECT_NAME) version:
- Node.js version:
- Operating system:

View File

@@ -1,7 +1,7 @@
---
name: Feature request
about: Request a feature for $(PROJECT_NAME)
title: "[ENHANCEMENT] This is an amazing new idea!"
title: "[ENHANCEMENT] Your idiea"
labels: enhancement
assignees: PassTheWessel