diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 00000000..25706937 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,10 @@ +--- +name: Bug report +about: Report an issue with this library +--- +<!-- Please search existing issues and discussions to avoid creating duplicates. --> + +- OpenPGP.js version: +- Affected platform (Browser or Node.js version): + +<!-- Describe the bug you have encountered --> \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..37125570 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature request + url: https://github.com/openpgpjs/openpgpjs/discussions/categories/ideas + about: Suggest an idea for this project + - name: Question + url: https://github.com/openpgpjs/openpgpjs/discussions/categories/q-a + about: Please ask any questions here