mirror of https://github.com/tteck/Proxmox.git
Compare commits
4 Commits
1d6c0acf0d
...
8e76d536d8
Author | SHA1 | Date |
---|---|---|
|
8e76d536d8 | |
|
da027417e9 | |
|
75532e028c | |
|
2fa12a1b97 |
|
@ -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
|
||||||
|
|
|
@ -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.
|
|
Loading…
Reference in New Issue