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."
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]

View File

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

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