mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
chore: update issue templates (#2826)
This commit is contained in:
parent
653073e0b4
commit
87583f685f
26
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
26
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -3,29 +3,31 @@ name: "Bug Report"
|
|||||||
about: "I am facing some problems."
|
about: "I am facing some problems."
|
||||||
title: ""
|
title: ""
|
||||||
labels: "bug"
|
labels: "bug"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Bug Report
|
## Bug Report
|
||||||
|
|
||||||
**Package Name:**
|
**Package Name:** [PLACEHOLDER]
|
||||||
|
|
||||||
#### Current Behavior
|
### Current Behaviour
|
||||||
<!-- A clear and concise description of the behavior. -->
|
|
||||||
|
<!-- A clear and concise description of the behaviour. -->
|
||||||
|
|
||||||
|
### Expected Behaviour
|
||||||
|
|
||||||
#### Expected Behavior
|
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
#### Additional context/output
|
### Additional context/output
|
||||||
|
|
||||||
<!-- Add any other context about the problem here. If applicable, paste terminal output here to help explain. -->
|
<!-- Add any other context about the problem here. If applicable, paste terminal output here to help explain. -->
|
||||||
|
|
||||||
#### Possible Solution
|
### Possible Solution
|
||||||
|
|
||||||
<!--- Only if you have suggestions on a fix for the bug -->
|
<!--- Only if you have suggestions on a fix for the bug -->
|
||||||
|
|
||||||
### System details
|
### System details
|
||||||
|
|
||||||
**Windows version:**
|
**Windows version:** [PLACEHOLDER]
|
||||||
**OS arch (32 or 64 bit):**
|
**OS arch (32 or 64 bit):** [PLACEHOLDER]
|
||||||
**PowerShell version:**
|
**PowerShell version:** [PLACEHOLDER]
|
||||||
**Additional software:**
|
**Additional software:** [PLACEHOLDER]
|
||||||
|
|
||||||
|
|||||||
10
.github/ISSUE_TEMPLATE/Package_request.md
vendored
10
.github/ISSUE_TEMPLATE/Package_request.md
vendored
@ -3,7 +3,6 @@ name: "Package Request"
|
|||||||
about: "I have a suggestion for a package (and may want to implement it)!"
|
about: "I have a suggestion for a package (and may want to implement it)!"
|
||||||
title: "[Request] "
|
title: "[Request] "
|
||||||
labels: "package-request"
|
labels: "package-request"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Package Request
|
## Package Request
|
||||||
@ -20,11 +19,10 @@ For a package to be acceptable in the Main bucket, it should be:
|
|||||||
|
|
||||||
### Information
|
### Information
|
||||||
|
|
||||||
**Name:**
|
**Name:** [PLACEHOLDER]
|
||||||
|
|
||||||
**Description:**
|
**Description:** [PLACEHOLDER]
|
||||||
|
|
||||||
**Homepage:**
|
**Homepage:** [PLACEHOLDER]
|
||||||
|
|
||||||
**Download link(s):**
|
|
||||||
|
|
||||||
|
**Download link(s):** [PLACEHOLDER]
|
||||||
|
|||||||
6
.markdownlint.json
Normal file
6
.markdownlint.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"MD013": false,
|
||||||
|
"MD024": {
|
||||||
|
"siblings_only": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user