Initial commit

This commit is contained in:
max
2020-08-23 15:58:28 +02:00
commit 0e8054c25d
38 changed files with 4250 additions and 0 deletions

43
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,43 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug, needs-priority
assignees: ''
---
### Describe the bug
A clear and concise 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 concise description of what you expected to happen.
#### Actual behavior
A clear and concise description of what actually happened.
### Additional context
Add any other context about the problem here.
#### Screenshots
If applicable, add screenshots to help explain your problem.
#### Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

View File

@ -0,0 +1,20 @@
---
name: Documentation template
about: Indicate what needs clarification on this project
title: "[DOC] "
labels: documentation, needs-priority
assignees: ''
---
### Is your request related to a feature? Please describe.
A clear and concise description of what needs documentation.
### Describe what changes in documentation you'd like.
A clear and concise description of what you want to happen.
### Tasklist
* [ ] Task #1

View File

@ -0,0 +1,28 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement, needs-priority
assignees: ''
---
### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
### Describe the solution you'd like
A clear and concise description of what you want to happen.
#### Tasklist
* [ ] Task #1
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
### Additional context
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,20 @@
---
name: Research template
about: A note to the assignee on what to look into before starting a task. Intended for large projects, and estimating their effort.
title: "[RESEARCH] "
labels: question, needs-priority
assignees: ''
---
### Is your request related to a feature? Please describe.
A clear and concise description of what needs research.
### Describe what to research into
A clear and concise description of what you want to happen.
### Additional context
Add any other context or screenshots about the feature request here.