Added bug & features request issue templates
parent
62dd87dcaa
commit
d1080d0fcb
|
@ -0,0 +1,29 @@
|
||||||
|
<!--- Before submitting an issue, check if it hasn't already been submitted by someone else. --->
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
<!--- Describe the issue in a short and concise way. --->
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
|
||||||
|
<!--- List the steps needed to reproduce the issue. --->
|
||||||
|
|
||||||
|
### What is the current behavior?
|
||||||
|
|
||||||
|
<!--- Describe what's actually happening. --->
|
||||||
|
|
||||||
|
### What is the expected behavior?
|
||||||
|
|
||||||
|
<!--- Describe what's supposed to happen. --->
|
||||||
|
|
||||||
|
### Relevant error messages
|
||||||
|
|
||||||
|
<!--- Put any error messages that occur because of this bug here. Please format them in code blocks, as this is much
|
||||||
|
easier to read. --->
|
||||||
|
|
||||||
|
### Possible fixes
|
||||||
|
|
||||||
|
<!--- If you can, please link the line(s) you think are responsible for the bug. --->
|
||||||
|
|
||||||
|
|
||||||
|
/label ~bug
|
|
@ -0,0 +1,21 @@
|
||||||
|
<!--- Before submitting a request, check if it hasn't already been submitted by someone else. --->
|
||||||
|
|
||||||
|
### The idea
|
||||||
|
|
||||||
|
<!--- Describe your idea. Does it fix a certain issue? Does it add new functionality? --->
|
||||||
|
|
||||||
|
### Intended users
|
||||||
|
|
||||||
|
<!--- Who will be using this new feature? --->
|
||||||
|
|
||||||
|
### Proposal
|
||||||
|
|
||||||
|
<!--- How do you want to fix this issue? You can give some code snippets, or describe a solution. --->
|
||||||
|
|
||||||
|
### Further details
|
||||||
|
|
||||||
|
<!--- Here, you can add example use cases, a list of benefits, or any other details that will help us tackle the
|
||||||
|
issue. --->
|
||||||
|
|
||||||
|
|
||||||
|
/label ~feature
|
Reference in New Issue