From 70dbafb28750697d7c3cde52674f3be880a2c12c Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 26 Jan 2021 19:16:53 -0600 Subject: [PATCH] Create Issue Templates (#125) * Create bug_report.md * Create config.yml Included a link to feature requests. * Update config.yml Fixed link I had for testing to the actual link * Update bug_report.md fix capitalization * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Stephen Brown II Co-authored-by: Stephen Brown II --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 +++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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.