Add bug report and feature request templates

This commit is contained in:
Cory J Slep 2018-06-12 00:25:09 +02:00 committed by Cory Slep
parent 1f9eeafca8
commit 052239652e
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
name: Bug Report Template
about: "For filing bugs. Please search for existing issues first. Also see CONTRIBUTING."
---
**Please Describe The Problematic Behavior**
(Replace This Text: Please keep descriptions concise. Please include the following so we can assess effort to fix, severity of the defect, and identify root cause:
* How your code uses this library
* What troubleshooting has already been tried
* Any shareable logs of observations
* Resulting impact of the defective behavior
If your code is open-source, a link to it is also appreciated.)
**Please Describe The Expected Behavior**
(Replace This Text: Please keep descriptions concise.)

View File

@ -0,0 +1,16 @@
---
name: Feature Request Template
about: "For feature requests. Please search for existing issues first. Also see CONTRIBUTING."
---
**Please Describe The Problem To Be Solved**
(Replace This Text: Please present a concise description of the problem to be addressed by this feature request. Please be clear what parts of the problem are considered to be in-scope and out-of-scope.)
**(Optional): Suggest A Solution**
(Replace This Text: A concise description of your preferred solution. Things to address include:
* Details of the technical implementation
* Tradeoffs made in design decisions
* Caveats and considerations for the future
If there are multiple solutions, please present each one separately. Save comparisons for the very end.)