diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 57a13c19..8c79cf2d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,51 +1,66 @@ --- name: Bug report -about: Create a report to help us improve +about: Use this ONLY for bugs in bitwarden_rs itself. Use the Discourse forum (link below) to request features or get help with usage/configuration. If in doubt, use the forum. title: '' labels: '' assignees: '' --- - ### Subject of the issue - + -### Your environment - - -* Bitwarden_rs version: - +### Deployment environment + + + + + + +* bitwarden_rs version: + + * Install method: -* Clients used: + +* Clients used: + * Reverse proxy and version: -* Version of mysql/postgresql: -* Other relevant information: + +* MySQL/MariaDB or PostgreSQL version: + +* Other relevant details: ### Steps to reproduce ### Expected behaviour - + ### Actual behaviour - + -### Relevant logs - +### Troubleshooting data + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..072be117 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Discourse forum for bitwarden_rs + url: https://bitwardenrs.discourse.group/ + about: Use this forum to request features or get help with usage/configuration. + - name: GitHub Discussions for bitwarden_rs + url: https://github.com/dani-garcia/bitwarden_rs/discussions + about: An alternative to the Discourse forum, if this is easier for you. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7f9a43b7..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: better for forum -assignees: '' - ---- - -# Please submit all your feature requests to the forum -Link: https://bitwardenrs.discourse.group/c/feature-requests diff --git a/.github/ISSUE_TEMPLATE/help-with-installation-configuration.md b/.github/ISSUE_TEMPLATE/help-with-installation-configuration.md deleted file mode 100644 index 9bc269d3..00000000 --- a/.github/ISSUE_TEMPLATE/help-with-installation-configuration.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Help with installation/configuration -about: Any questions about the setup of bitwarden_rs -title: '' -labels: better for forum -assignees: '' - ---- - -# Please submit all your third party help requests to the forum -Link: https://bitwardenrs.discourse.group/c/help diff --git a/.github/ISSUE_TEMPLATE/help-with-proxy-database-nas-setup.md b/.github/ISSUE_TEMPLATE/help-with-proxy-database-nas-setup.md deleted file mode 100644 index 2235ca15..00000000 --- a/.github/ISSUE_TEMPLATE/help-with-proxy-database-nas-setup.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Help with proxy/database/NAS setup -about: Any questions about third party software -title: '' -labels: better for forum -assignees: '' - ---- - -# Please submit all your third party help requests to the forum -Link: https://bitwardenrs.discourse.group/c/third-party-help