diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b77fb82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# Description + +**A clear and concise description of what the bug is.** + +# How to reproduce ? + +## Yaml configuration file + +```yaml +# Add your yaml configuration file here +``` + +## HTTP request + +```http request +GET /hello HTTP/1.1 +# ... +``` + +## HTTP response (if any) + +``` +# Add the response from the API here +``` + +## Stack trace (if any) + +``` +# Add the stack trace here +``` + +# Expected behavior + +**A clear and concise description of what you expected to happen.** + +# Screenshots + +**If applicable, add screenshots to help explain your problem.** + +# Additional context + +**Add any other context about the problem here.** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..d7fca8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: 'heavynimbus' + +--- + +# Description of the feature + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +# Describe the solution you'd like + +A clear and concise description of what you want to happen. + +# Describe alternatives you've considered + +A clear and concise description of any alternative solutions or features you've considered. + +# Additional context + +Add any other context or screenshots about the feature request here.