Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster 8e76d536d8
Update bug_report.yaml
tweak
2024-03-19 11:35:40 -04:00
tteckster da027417e9
Update bug_report.yaml
tweak
2024-03-19 10:47:55 -04:00
tteckster 75532e028c
Update bug_report.yaml
tweak
2024-03-19 10:47:20 -04:00
tteckster 2fa12a1b97
Delete .github/workflows/welcome.yml 2024-03-19 09:59:56 -04:00
2 changed files with 13 additions and 26 deletions

View File

@ -22,6 +22,19 @@ body:
label: A clear and concise description of the issue. label: A clear and concise description of the issue.
validations: validations:
required: true required: true
- type: dropdown
id: settings
validations:
required: true
attributes:
label: What settings are you currently utilizing?
options:
-
- Default Settings
- Advanced Settings
- type: markdown
attributes:
value: (if Advanced Settings, please try Default Settings before creating an issue)
- type: dropdown - type: dropdown
id: distribution id: distribution
validations: validations:
@ -30,7 +43,6 @@ body:
label: Which Linux distribution are you employing? label: Which Linux distribution are you employing?
options: options:
- -
- Default Settings
- Debian 11 - Debian 11
- Debian 12 - Debian 12
- Ubuntu 20.04 - Ubuntu 20.04

View File

@ -1,25 +0,0 @@
name: Welcome
on:
pull_request:
types: [opened, closed]
issues:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/welcome@v1
with:
FIRST_ISSUE: |
👋 @{{ author }}
Thanks for opening your first issue here! Be sure to follow the issue template!
FIRST_PR: |
👋 @{{ author }}
Thanks for opening this pull request! Please check out our contributing guidelines.
FIRST_PR_MERGED: |
🎉 @{{ author }}
Congrats on merging your first pull request! We here at behaviorbot are proud of you!
STAR_MESSAGE: If you like this project, please ⭐ our repo.