Skip to content

Commit

Permalink
chore: update issue templates (ScoopInstaller#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Oct 27, 2021
1 parent 653073e commit 87583f6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
26 changes: 14 additions & 12 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,31 @@ name: "Bug Report"
about: "I am facing some problems."
title: ""
labels: "bug"

---

## Bug Report

**Package Name:**
**Package Name:** [PLACEHOLDER]

### Current Behaviour

<!-- A clear and concise description of the behaviour. -->

#### Current Behavior
<!-- A clear and concise description of the behavior. -->
### 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 changes: 4 additions & 6 deletions .github/ISSUE_TEMPLATE/Package_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,11 +19,10 @@ For a package to be acceptable in the Main bucket, it should be:

### Information

**Name:**

**Description:**
**Name:** [PLACEHOLDER]

**Homepage:**
**Description:** [PLACEHOLDER]

**Download link(s):**
**Homepage:** [PLACEHOLDER]

**Download link(s):** [PLACEHOLDER]
6 changes: 6 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MD013": false,
"MD024": {
"siblings_only": true
}
}

0 comments on commit 87583f6

Please sign in to comment.