From 546f90acafd504cb6a7e3c3694b4831c388eab8b Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 26 Feb 2022 16:06:37 +0100 Subject: [PATCH 1/2] 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 From 7ef5800f9a2312c62a0c6a61d2eee1b377344d8d Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 26 Feb 2022 16:36:23 +0100 Subject: [PATCH 2/2] Added pull request template --- .github/pull_request_template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..62c3597 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ + + +## Description + + + +## Check relevant checkboxes + +- [ ] I've run tests (through `npm test`) and they passed +- [ ] I generated a working Apple Wallet Pass after the change +- [ ] Provided examples keep working after the change +- [ ] This improvement is or might be a breaking change + +## Relevant information + +