💬 Adds github templates

This commit is contained in:
2019-11-30 20:09:58 +02:00
parent 827f44ac05
commit 412d6c58c0
6 changed files with 161 additions and 0 deletions

39
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View File

@ -0,0 +1,39 @@
---
name: "\U0001F41B Bug Report"
about: "If something isn't working as expected."
title: ''
labels: 'i: bug, i: needs triage'
assignees: 'akritikos'
---
## Bug Report
Clean up this template after reading it and provide relevant information about the bug you're reporting!
## Prerequisites
* [ ] Can you reproduce the problem in a deterministic way?
* [ ] Are you running the latest version?
* [ ] Are you reporting to the correct repository?
* [ ] Did you perform a cursory search?
## Current Behavior
A clear and concise description of the behavior.
## Expected behavior/code
A clear and concise description of what you expected to happen (or code).
### Environment
* Operating System
* .NET core version
### Possible Solution
`Only if you have suggestions on a fix for the bug`
### Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.

View File

@ -0,0 +1,24 @@
---
name: "\U0001F680 Feature Request"
about: "I have a suggestion (and may want to implement it)!"
title: ''
labels: 'i: enhancement, i: needs triage'
assignees: 'akritikos'
---
## Feature Request
Clean up this template after reading it and provide relevant information about the bug you're requesting!
## Is your feature request related to a problem?
A clear and concise description of what the problem is.
`I have an issue when [...]`
## Describe the feature you'd like
A clear and concise description of what you want to happen. Add any considered drawbacks.
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false