diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 99520254..23ccd69d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,19 +7,8 @@ assignees: ciur --- -**In case you experience issues with docker image provided by [linuxserver.io/papermerge, please open bug report in their repository.](https://github.com/linuxserver/docker-papermerge/issues)** - **Description** -A clear and concise description of what the bug is. - -**Expected** -A clear and concise description of what you expected to happen. -**Actual** -What actually happens **Info:** - - OS: [e.g. Windows 10, Ubuntu 20.04 LTS] - - Browser [e.g. chrome, safari] -- Database [SQLite, PostgreSQL 12.1] - - Papermerge Version [e.g. 1.4.3] + - Papermerge Version [e.g. 3.0.1] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6945971d..b53974e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,7 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project title: '' labels: enhancement, feature request assignees: ciur - --- - -**Is your feature request related to a problem? Please describe.** -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.