mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
+ 🚸 Improved issue report template (#76)
This commit is contained in:
parent
1cbbdd5c50
commit
a9f83bbcec
1 changed files with 17 additions and 7 deletions
24
.github/ISSUE_TEMPLATE/issue-report.md
vendored
24
.github/ISSUE_TEMPLATE/issue-report.md
vendored
|
|
@ -1,14 +1,24 @@
|
|||
---
|
||||
name: Issue Report
|
||||
about: Create a issue report to fix an issue.
|
||||
about: Report an inconsistency or bug.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
labels: 'bug'
|
||||
assignees: 'inttter'
|
||||
---
|
||||
|
||||
**Description:**
|
||||
<!-- Describe what the inconsistency/bug/etc was. !-->
|
||||
---
|
||||
|
||||
**Expected:**
|
||||
<!-- What was the expected outcome? !-->
|
||||
|
||||
---
|
||||
|
||||
**What is the issue?**
|
||||
(Insert your issue here)
|
||||
**Actual Outcome:**
|
||||
<!-- What actually happened? !-->
|
||||
|
||||
**Provide an image:**
|
||||
(If none, leave blank)
|
||||
---
|
||||
|
||||
**Additional Context:**
|
||||
<!-- Leave anything else that doesn't fit into the other three categories into this area. !-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue