mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "8e76d536d817d59f7f11a9984ebcf13c0d3956ae" and "1d6c0acf0dfa872d1c768818185bfdb1a06426f7" have entirely different histories.
8e76d536d8
...
1d6c0acf0d
|
@ -22,19 +22,6 @@ 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:
|
||||||
|
@ -43,6 +30,7 @@ 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
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
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