chore(github): add issue templates for bug reports and feature requests

This commit is contained in:
Rui Saraiva 2020-04-20 00:06:37 +01:00
parent 8f84907f9c
commit 760042b3c6
3 changed files with 89 additions and 0 deletions

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

@ -0,0 +1,56 @@
---
name: 🐛 Bug Report
about: Tell us if something is broken
labels: bug
---
<!---
Thanks for filing an issue 😄! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest version of the application to make sure the issue has not already been fixed.
-->
# 🐛 Bug Report
<!--- Provide a general summary of the issue here -->
## How to reproduce
Steps to reproduce the issue:
1. Open the application in a browser
2.
3.
## 😯 Current Behavior
<!--- Tell us what happens currently. Include the full error message and stack trace if any. -->
## 🤔 Expected Behavior
<!--- Tell us what should happen instead -->
## 💁 Possible Solution
<!--- Suggest why this happens, propose a fix -->
## 🔦 Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
## 💻 Code Sample
<!-- Please provide a code repository, gist, code snippet or sample files to reproduce the issue -->
## 🌍 Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
| Software | Version(s) |
| ---------------- | ---------- |
| Browser |
| Operating System |
| |
## Related
<!--- list related issues, PRs, external links etc -->

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

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

View File

@ -0,0 +1,32 @@
---
name: 🙋 Feature Request
about: You have an idea? Suggest an improvement!
labels: enhancement
---
<!---
Thanks for filing an issue 😄! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
Please provide a clear and concise description of what the feature would be.
-->
# 🙋 Feature Request
<!--- Provide a general summary of the new addition -->
## 🔦 Context
<!--- What are you trying to accomplish? How this new feature will help you? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## 😯 Describe the feature
<!--- Tell us how the feature should work in your opinion -->
## 💻 Examples
<!-- Examples help us understand the requested feature better -->
## 💁 Possible Solution
<!--- Ideas how to implement this feature or a similar solution/workaround that already exists -->
## Related
<!--- list related issues, PRs, external links etc -->