From a85b70e9db0019c01cc3abce6f7c59d61bd15a2a Mon Sep 17 00:00:00 2001 From: Danshil Kokil Mungur Date: Thu, 25 Mar 2021 07:21:48 +0400 Subject: [PATCH] feat(github): add issue templates (#892) --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..d15776f2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Use this template for submitting a bug report. +title: "" +labels: bug +assignees: "" +--- + + +### Description + +A clear and concise description of what the bug is. + +### Expected Behaviour + +What you would have expected to happen instead. + +### Steps to reproduce + +1. Open the '...' +2. Click on '...' +3. Scroll down to '...' +4. See error + +### Platform information + + - Navidrome version: + - Browser and version: + - Operating System: + +### Additional information + +Any other information that may be relevant or give context to the problem. + + - Screenshots (if applicable)? + - Logs? + - Client used? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5c052ecf7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature Request +about: Use this template to request for a feature. +title: "" +labels: enhancement +assignees: "" +--- + + +### Is your feature request related to a problem? Please describe. + +A clear and concise description of what the problem is. For e.g. I'm always frustrated when '...' + +### Describe the solution you'd like + +A clear and concise description of what you would like to happen. + +### Describe alternative solutions that would also satisfy this problem + +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.