mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
Merge pull request #22 from brendan-ch/add-issue-templates
Add issue templates
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Describe a bug within the app.
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Bug description
|
||||||
|
|
||||||
|
A clear and concise description of what the bug is, including how to reproduce it plus relevant screenshots.
|
||||||
20
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Enhancement
|
||||||
|
about: New feature or enhancement for the project.
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## User stories
|
||||||
|
|
||||||
|
- As a user...
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
-
|
||||||
Reference in New Issue
Block a user