diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000000..f8c66c351c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,31 @@ +--- +name: "Bug Report" +about: "I am facing some problems." +title: "" +labels: "bug" + +--- + +## Bug Report + +**Package Name:** + +#### Current Behavior + + +#### Expected Behavior + + +#### Additional context/output + + +#### Possible Solution + + +### System details + +**Windows version:** +**OS arch (32 or 64 bit):** +**PowerShell version:** +**Additional software:** + diff --git a/.github/ISSUE_TEMPLATE/Package_request.md b/.github/ISSUE_TEMPLATE/Package_request.md new file mode 100644 index 0000000000..75288998f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Package_request.md @@ -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):** +