From d4c31544fd67860ccacad06333194f84d32d075f Mon Sep 17 00:00:00 2001 From: erin-at-work <50590950+erin-at-work@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:23:33 -0400 Subject: [PATCH 1/3] Create initial issue templates --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f9a19a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: 🔥 Burn My Wallet + url: https://burnmywallet.com/ + about: Protect your Dapp with a few lines of code + - name: 📝 Documentation + url: https://docs.burnmywallet.com/ + about: Documentation for getting started with Burn My Wallet + - name: 🗣 Discord Server + url: https://discord.gg/4JG7fdFNpa + about: Join our discord server diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5202c38 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +### _Summary_ + + + +### _How did you test your changes?_ + + From a08e99b763261796333a4e553e8a6e6b8ecb3c1b Mon Sep 17 00:00:00 2001 From: erin-at-work <50590950+erin-at-work@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:35:09 -0400 Subject: [PATCH 2/3] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..92f4fc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: "🐛 Bug Report" +about: Report a reproducible bug or regression. +title: "Bug: " +labels: "Status: Unconfirmed" +--- + +## Steps To Reproduce + +1. +2. + +Link to code example: + +## The current behavior + +## The expected behavior From 380b8b842748381d1b2a4cb2a36b914f0d3c4f87 Mon Sep 17 00:00:00 2001 From: erin-at-work <50590950+erin-at-work@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:39:20 -0400 Subject: [PATCH 3/3] Create issue_template.md --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/issue_template.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f9a19a0..50afc34 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,5 +7,5 @@ contact_links: url: https://docs.burnmywallet.com/ about: Documentation for getting started with Burn My Wallet - name: 🗣 Discord Server - url: https://discord.gg/4JG7fdFNpa + url: https://discord.gg/4JG7fdFNpa/ about: Join our discord server diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 0000000..3911fd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,7 @@ +--- +name: Tracking issue +about: Use this template for tracking issues. +title: "[DATE]: [FEATURE NAME]" +labels: tracking issue, needs triage +assignees: NikitaVr +---