Github templates for issue and PR (#404)

This commit is contained in:
Abhishek Shandilya 2020-08-26 21:10:37 -04:00 committed by GitHub
parent 27f86ebbc6
commit 74e0674f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 0 deletions

28
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**MyNode hardware (please complete the following information):**
- Device: [e.g. Raspi3, Raspi4, Rock64, VM]
- Version [e.g. 0.2.15]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest new or updated feature
title: ''
labels: enhancement
assignees: ''
---
**Is your content request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I need ip2tor for btcpayserver
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.
- [ ] Mark this if you searched the existing list of open/closed issue and did not find anything similar

18
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,18 @@
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!---
Please describe your change(s) in detail.
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->
## Checklist
* [ ] tested successfully on local MyNode, if yes, list the device(s) below
* [ ] mentioned related open issue, if any
## List of test device(s)
<!-- Raspi4, Rock64, VM -->