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.