diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000000..dd28c34e9ff2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug Report +about: Create a bug report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** + + +**Steps To Reproduce** +Please be specific! +1. Go to '...' +2. Click on '....' +3. etc. + +**Sample Code** + + +**Expected behavior** + + +**Actual Behavior** + + +**Screenshots** + + +**Device Information (please complete the following information):** + - OS: [e.g., WSL2 on Win10, Mac] + - Deployment: [e.g., Docker-version, docker-compose, Python application] + - Browser: [e.g., chrome, safari] + - Version: [e.g., 0.2.0-dev] + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..52ffc42c6d3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Feature Requests + url: https://github.com/hay-kot/mealie/issues/122 + about: Please add any Feature Requests here.