add basic community health files

includes:
* basic Issue templates
* a basic PR template
This commit is contained in:
k3rnelpan1c-dev 2021-02-20 17:09:22 +01:00
parent f52484f302
commit acfe8fc631
5 changed files with 122 additions and 0 deletions

41
.github/ ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
### Describe the bug
<!--
A clear and short description of what the bug is.
-->
### To Reproduce
<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
### Expected behavior
<!--
A clear and short description of what you expected to happen.
-->
### Version
<!--
e.g.
push-to-registry:**v2**
-->
### Additional context
<!--
Add any other context about the problem here.
-->