chore: update issue templates (#2826)

This commit is contained in:
Steve Hipwell 2021-10-27 11:27:12 +01:00 committed by GitHub
parent 653073e0b4
commit 87583f685f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 18 deletions

View File

@ -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]

View File

@ -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
View File

@ -0,0 +1,6 @@
{
"MD013": false,
"MD024": {
"siblings_only": true
}
}