💬 Adds github templates
This commit is contained in:
39
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal 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.
|
Reference in New Issue
Block a user