Compare commits

..

13 Commits

Author SHA1 Message Date
tteckster 1d6c0acf0d
Update pull_request_template.md
tweak
2024-03-19 07:20:07 -04:00
tteckster aed9fdee7f
Update bug_report.yaml
tweak
2024-03-19 06:55:17 -04:00
tteckster 39586380af
Update bug_report.yaml 2024-03-19 06:12:05 -04:00
tteckster 3fdffb6540
Delete .github/workflows/close-incomplete-issues.yml 2024-03-19 06:01:16 -04:00
tteckster e1ac6d87f6
Delete .github/workflows/ci.yml 2024-03-19 06:00:59 -04:00
tteckster 3e01ebf221
Create config.yml 2024-03-19 05:59:46 -04:00
tteckster 7654134e5e
Update close-incomplete-issues.yml 2024-03-19 04:34:56 -04:00
tteckster 9e2064b665
Update and rename main.yml to close-incomplete-issues.yml 2024-03-19 03:30:01 -04:00
tteckster d503898b77
Update main.yml 2024-03-19 03:17:37 -04:00
tteckster f0da879ae6
Update main.yml 2024-03-19 03:05:55 -04:00
tteckster a9b9f17aa3
Update main.yml 2024-03-19 02:50:50 -04:00
tteckster 66c685425f
Create main.yml 2024-03-19 02:43:25 -04:00
tteckster bbb26ca3fc
Create welcome.yml 2024-03-19 02:39:57 -04:00
5 changed files with 37 additions and 26 deletions

View File

@ -1,5 +1,5 @@
name: Problems with a script. name: Problems with a script.
description: Generate a report on an issue pertaining specifically to a script. For other inquires please share them in the Discussions section. Blank issues will be closed immediately. description: Generate a report on an issue pertaining specifically to a script. For other inquires please share them in the Discussions section.
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -35,7 +35,7 @@ body:
- Debian 12 - Debian 12
- Ubuntu 20.04 - Ubuntu 20.04
- Ubuntu 22.04 - Ubuntu 22.04
- Ubuntu 23.04 - Ubuntu 23.10
- type: textarea - type: textarea
id: screenshot id: screenshot
attributes: attributes:

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Helper-Scripts Community Support
url: https://github.com/tteck/Proxmox/discussions
about: Please ask and answer questions here.

View File

@ -10,7 +10,9 @@ Fixes # (issue)
Please delete options that are not relevant. Please delete options that are not relevant.
- [ ] Bug fix - [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature - [ ] New feature (non-breaking change which adds functionality)
- [ ] New Script - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] New Script (Develop a new script or set of scripts that are fully functional and thoroughly tested)
- [ ] I have performed a self-review of my code, adhering to established codebase patterns and conventions.
- [ ] This change requires a documentation update - [ ] This change requires a documentation update

View File

@ -1,21 +0,0 @@
name: CI
on:
push:
branches:
- gh-pages
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Checkout code
uses: actions/checkout@v3

25
.github/workflows/welcome.yml vendored Normal file
View File

@ -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.