Skip to content

Commit

Permalink
Merge pull request #4036 from SMillerDev/master
Browse files Browse the repository at this point in the history
Add discussion templates
  • Loading branch information
SMillerDev committed Dec 29, 2022
2 parents fda1634 + 208d68d commit dddf427
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/DISCUSSION_TEMPLATE/casks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Cask
label: ["casks"]
body:
- type: textarea
attributes:
label: Output of `brew config`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Output of `brew doctor`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Description of issue
validations:
required: true
- type: input
attributes:
label: Relevant casks
validations:
required: true
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/everyday-usage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Everyday Usage
label: ["everyday-usage", "simple"]
body:
- type: textarea
attributes:
label: Output of `brew config`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Output of `brew doctor`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Description of issue
validations:
required: true
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/getting-started.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Getting Started
label: ["simple", "getting-started"]
body:
- type: textarea
attributes:
label: Output of `brew config`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Output of `brew doctor`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Description of issue
validations:
required: true
26 changes: 26 additions & 0 deletions .github/DISCUSSION_TEMPLATE/linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Linux
label: ["linux"]
body:
- type: checkboxes
attributes:
label: Additional Info
options:
- label: I am using Windows Subsystem for Linux
required: false
- type: textarea
attributes:
label: Output of `brew config`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Output of `brew doctor`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Description of issue
validations:
required: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tap maintenance and Homebrew development
label: ["advanced", "tap-maintenance-and-brew-development"]
body:
- type: textarea
attributes:
label: Output of `brew config`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Output of `brew doctor`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Description of issue
validations:
required: true
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/writing-formulae-casks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Developing formulae or casks
label: ["advanced", "writing-formulae-casks"]
body:
- type: textarea
attributes:
label: Output of `brew config`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Output of `brew doctor`
render: shell
validations:
required: true
- type: textarea
attributes:
label: Description of issue
validations:
required: true

0 comments on commit dddf427

Please sign in to comment.