From 1ac71a94a5cd4af4ce92ed6500cd32c5fe0a65be Mon Sep 17 00:00:00 2001 From: larabr Date: Mon, 19 Jul 2021 19:16:01 +0200 Subject: [PATCH] Github: add ISSUE_TEMPLATES (#1369) --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 18 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 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 +--- + + +- OpenPGP.js version: +- Affected platform (Browser or Node.js version): + + \ 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