feat: Add issue templates (#2820)

* Add issue templates

* typo
This commit is contained in:
Rashil Gandhi 2021-10-27 13:14:06 +05:30 committed by GitHub
parent 6d51ff30ab
commit d655f8a6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View File

@ -0,0 +1,31 @@
---
name: "Bug Report"
about: "I am facing some problems."
title: ""
labels: "bug"
---
## Bug Report
**Package Name:**
#### Current Behavior
<!-- A clear and concise description of the behavior. -->
#### Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
#### Additional context/output
<!-- Add any other context about the problem here. If applicable, paste terminal output here to help explain. -->
#### Possible Solution
<!--- Only if you have suggestions on a fix for the bug -->
### System details
**Windows version:**
**OS arch (32 or 64 bit):**
**PowerShell version:**
**Additional software:**

View File

@ -0,0 +1,30 @@
---
name: "Package Request"
about: "I have a suggestion for a package (and may want to implement it)!"
title: "[Request] "
labels: "package-request"
---
## Package Request
### Criteria
For a package to be acceptable in the Main bucket, it should be:
- [ ] a non-GUI tool
- [ ] a reasonably well-known and widely used developer tool
- [ ] the latest stable version of the program
- [ ] the full version i.e. not a trial version
- [ ] a fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)
### Information
**Name:**
**Description:**
**Homepage:**
**Download link(s):**