mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
feat(chore): Add a default issue template (#2889)
* Add a default issue template * Create pull_request_template.md * Remove trailing whitespace
This commit is contained in:
parent
9d1e001389
commit
883788848a
19
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
19
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -5,9 +5,15 @@ title: ""
|
||||
labels: "bug"
|
||||
---
|
||||
|
||||
<!--
|
||||
By opening this issue you confirm that you have searched for similar issues/PRs here already.
|
||||
Failing to do so will most likely result in closing of this issue without any explanation.
|
||||
Incomplete form details below might also result in closing of the issue.
|
||||
-->
|
||||
|
||||
## Bug Report
|
||||
|
||||
**Package Name:** [PLACEHOLDER]
|
||||
**Package Name:** [name of package which has bug(s)]
|
||||
|
||||
### Current Behaviour
|
||||
|
||||
@ -27,7 +33,10 @@ labels: "bug"
|
||||
|
||||
### System details
|
||||
|
||||
**Windows version:** [PLACEHOLDER]
|
||||
**OS arch (32 or 64 bit):** [PLACEHOLDER]
|
||||
**PowerShell version:** [PLACEHOLDER]
|
||||
**Additional software:** [PLACEHOLDER]
|
||||
**Windows version:** [e.g. 7, 8, 10]
|
||||
|
||||
**OS architecture:** [e.g. 32bit, 64bit]
|
||||
|
||||
**PowerShell version:** [output of `"$($PSVersionTable.PSVersion)"`]
|
||||
|
||||
**Additional software:** [(optional) e.g. ConEmu, Git]
|
||||
|
||||
19
.github/ISSUE_TEMPLATE/Package_request.md
vendored
19
.github/ISSUE_TEMPLATE/Package_request.md
vendored
@ -5,12 +5,20 @@ title: "[Request] "
|
||||
labels: "package-request"
|
||||
---
|
||||
|
||||
<!--
|
||||
By opening this issue you confirm that you have searched for similar issues/PRs here already.
|
||||
Failing to do so will most likely result in closing of this issue without any explanation.
|
||||
Incomplete form details below might also result in closing of the issue.
|
||||
-->
|
||||
|
||||
## Package Request
|
||||
|
||||
### Criteria
|
||||
|
||||
For a package to be acceptable in the Main bucket, it should be:
|
||||
|
||||
<!-- All items need to be checked. -->
|
||||
|
||||
- [ ] a non-GUI tool
|
||||
- [ ] a reasonably well-known and widely used developer tool
|
||||
- [ ] the latest stable version of the program
|
||||
@ -19,10 +27,13 @@ For a package to be acceptable in the Main bucket, it should be:
|
||||
|
||||
### Information
|
||||
|
||||
**Name:** [PLACEHOLDER]
|
||||
**Name:** [name of new package]
|
||||
|
||||
**Description:** [PLACEHOLDER]
|
||||
**Description:** [clear and concise details of what it is]
|
||||
|
||||
**Homepage:** [PLACEHOLDER]
|
||||
**Homepage:** [a URL/link]
|
||||
|
||||
**Download link(s):** [URL(s)/link(s)]
|
||||
|
||||
**Some indication of popularity/repute:** [GitHub stars/software reviews etc.]
|
||||
|
||||
**Download link(s):** [PLACEHOLDER]
|
||||
|
||||
5
.github/issue_template.md
vendored
Normal file
5
.github/issue_template.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
<!--
|
||||
By opening this issue you confirm that you have searched for similar issues/PRs here already.
|
||||
Failing to do so will most likely result in closing of this issue without any explanation.
|
||||
-->
|
||||
33
.github/pull_request_template.md
vendored
Normal file
33
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
<!-- Provide a general summary of your changes in the title above -->
|
||||
|
||||
<!--
|
||||
By opening this PR you confirm that you have searched for similar issues/PRs here already.
|
||||
Failing to do so will most likely result in closing of this PR without any explanation.
|
||||
It is also mandatory to open a relevant issue (either Package Request or Bug Report) for
|
||||
discussion with the maintainers, before creating any new PR.
|
||||
-->
|
||||
|
||||
Closes #XXXX
|
||||
<!-- or -->
|
||||
Relates to #XXXX
|
||||
|
||||
<!--
|
||||
If this is a manifest for a new package, make sure that you follow the general order of
|
||||
fields as shown below:
|
||||
`version`
|
||||
`description`
|
||||
`homepage`
|
||||
`license`
|
||||
`url`
|
||||
`hash`
|
||||
`pre_install`
|
||||
`installer`
|
||||
`post_install`
|
||||
`uninstaller`
|
||||
`bin`
|
||||
`shortcuts`
|
||||
`persist`
|
||||
`checkver`
|
||||
`autoupdate`
|
||||
`notes`
|
||||
-->
|
||||
Loading…
x
Reference in New Issue
Block a user