Add issue template and contributing info
This commit is contained in:
parent
4437104c19
commit
5fa2cb2f46
7 changed files with 74 additions and 31 deletions
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Bug Report
|
||||
====
|
||||
|
||||
1) What I was doing when this happened:
|
||||
|
||||
2) Steps to reproduce the bug
|
||||
|
||||
```
|
||||
CHANGEME
|
||||
```
|
||||
|
||||
3) What I was expecting to happen:
|
||||
|
||||
4) What actually happened:
|
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: A bug reporting template
|
||||
title: "Bug Report: CHANGEME"
|
||||
labels: bug_report
|
||||
assignees: zontreck
|
||||
---
|
Reference in a new issue