mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +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."
|
||||
title: ""
|
||||
labels: "bug"
|
||||
|
||||
---
|
||||
|
||||
## Bug Report
|
||||
|
||||
**Package Name:**
|
||||
**Package Name:** [PLACEHOLDER]
|
||||
|
||||
#### Current Behavior
|
||||
<!-- A clear and concise description of the behavior. -->
|
||||
### Current Behaviour
|
||||
|
||||
<!-- A clear and concise description of the behaviour. -->
|
||||
|
||||
### Expected Behaviour
|
||||
|
||||
#### Expected Behavior
|
||||
<!-- 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. -->
|
||||
|
||||
#### Possible Solution
|
||||
### 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:**
|
||||
|
||||
**Windows version:** [PLACEHOLDER]
|
||||
**OS arch (32 or 64 bit):** [PLACEHOLDER]
|
||||
**PowerShell version:** [PLACEHOLDER]
|
||||
**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)!"
|
||||
title: "[Request] "
|
||||
labels: "package-request"
|
||||
|
||||
---
|
||||
|
||||
## Package Request
|
||||
@ -20,11 +19,10 @@ For a package to be acceptable in the Main bucket, it should be:
|
||||
|
||||
### Information
|
||||
|
||||
**Name:**
|
||||
**Name:** [PLACEHOLDER]
|
||||
|
||||
**Description:**
|
||||
**Description:** [PLACEHOLDER]
|
||||
|
||||
**Homepage:**
|
||||
|
||||
**Download link(s):**
|
||||
**Homepage:** [PLACEHOLDER]
|
||||
|
||||
**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