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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..50afc34 --- /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/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 +--- 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?_ + +