From 546f90acafd504cb6a7e3c3694b4831c388eab8b Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 26 Feb 2022 16:06:37 +0100 Subject: [PATCH] Added bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 72 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 ++++ 2 files changed, 81 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 0000000..26c2cd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,72 @@ +--- +name: Bug report +about: If you suspect to have found a bug in passkit-generator, open a bug report. Thanks for helping passkit-generator improve! +title: "" +labels: ["Needs Triage"] +assignees: "" +--- + +## Running OS + + + +## Running Node Version + + + +## Description + + + +## Expected behavior + + + +## Steps to reproduce + + + + + +## Were you able to verify it by using (and changing) the examples? + + + + +## If yes, which changes did you apply? + + + +## Other details + +- [ ] I'm available to open a Pull Request to resolve the problem (after the triage) + + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d2c101a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true +contact_links: + - name: Feature Request + about: Propose a new feature in discussions. Click the link to open one with a template + url: https://github.com/alexandercerutti/passkit-generator/discussions/new?category=ideas&title=[Feature%20Request]%20 + + - name: Security Issues + about: Contact me privately on Telegram for security issues + url: https://t.me/AlexandrCerutti