Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create initial issue templates #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -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
---
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### _Summary_

<!--
What changed?
-->

### _How did you test your changes?_

<!--
Verify changes. Include relevant screenshots/videos
-->