mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
4 Commits
1d6c0acf0d
...
8e76d536d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e76d536d8 | ||
|
|
da027417e9 | ||
|
|
75532e028c | ||
|
|
2fa12a1b97 |
14
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -22,6 +22,19 @@ body:
|
||||
label: A clear and concise description of the issue.
|
||||
validations:
|
||||
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
|
||||
id: distribution
|
||||
validations:
|
||||
@@ -30,7 +43,6 @@ body:
|
||||
label: Which Linux distribution are you employing?
|
||||
options:
|
||||
-
|
||||
- Default Settings
|
||||
- Debian 11
|
||||
- Debian 12
|
||||
- Ubuntu 20.04
|
||||
|
||||
25
.github/workflows/welcome.yml
vendored
25
.github/workflows/welcome.yml
vendored
@@ -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.
|
||||
Reference in New Issue
Block a user