Skip to content

Commit

Permalink
⬆️ Upgrade pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2004 committed Jan 29, 2023
1 parent 5588cf6 commit 95b73d4
Show file tree
Hide file tree
Showing 20 changed files with 503 additions and 546 deletions.
106 changes: 53 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,56 @@ name: Bug Report
description: Found something wrong? Report it!
title: "[Bug]: "
body:
- type: markdown
attributes:
value: Reporting an issue is easy! Please fill out as much of the information below as possible, to make your experience easier.
- type: textarea
attributes:
label: Description of the bug
description: Please provide a brief description of what you think went wrong
placeholder: The plugin is cool, but when I asked it to turn the LEDs red they turned blue!
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
placeholder: |
1. Go to '...'
2. Scroll down, click on '...'
3. See the error '...'
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened instead?
placeholder: "A bug happened!"
validations:
required: true
- type: markdown
attributes:
value: |
Make sure you are up-to-date on the latest versions of all software involved.
**What versions are you running?**
- type: input
attributes:
label: Plugin version
validations:
required: true
- type: input
attributes:
label: OctoPrint version
validations:
required: true
- type: input
attributes:
label: (if relevant) OctoPi version
- type: textarea
attributes:
label: Log Files & Screenshots
description: |
Please upload both the `octoprint.log` and the `plugin_ws281x_led_status_debug.log`, preferably with debug logging enabled.
If they are relevant (for example issues with the UI) please upload screenshots of the issue.
- type: textarea
attributes:
label: Anything else?
- type: markdown
attributes:
value: Reporting an issue is easy! Please fill out as much of the information below as possible, to make your experience easier.
- type: textarea
attributes:
label: Description of the bug
description: Please provide a brief description of what you think went wrong
placeholder: The plugin is cool, but when I asked it to turn the LEDs red they turned blue!
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
placeholder: |
1. Go to '...'
2. Scroll down, click on '...'
3. See the error '...'
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened instead?
placeholder: "A bug happened!"
validations:
required: true
- type: markdown
attributes:
value: |
Make sure you are up-to-date on the latest versions of all software involved.
**What versions are you running?**
- type: input
attributes:
label: Plugin version
validations:
required: true
- type: input
attributes:
label: OctoPrint version
validations:
required: true
- type: input
attributes:
label: (if relevant) OctoPi version
- type: textarea
attributes:
label: Log Files & Screenshots
description: |
Please upload both the `octoprint.log` and the `plugin_ws281x_led_status_debug.log`, preferably with debug logging enabled.
If they are relevant (for example issues with the UI) please upload screenshots of the issue.
- type: textarea
attributes:
label: Anything else?
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Feature Request
description: Want a new feature implemented? Request improvements here.
title: "[Request]: "
body:
- type: markdown
attributes:
value: |
Now is your chance to convince me that this feature you want should be implemented! Go ahead, make a good case for it and I will see what can be done.
- type: textarea
attributes:
label: What would you like implemented?
description: Please provide a brief description of what you want implemented.
placeholder: It would be great if...
validations:
required: true
- type: textarea
attributes:
label: Why should this be implemented?
placeholder: This would really benefit everyone who has...
validations:
required: true
- type: markdown
attributes:
value: |
Now is your chance to convince me that this feature you want should be implemented! Go ahead, make a good case for it and I will see what can be done.
- type: textarea
attributes:
label: What would you like implemented?
description: Please provide a brief description of what you want implemented.
placeholder: It would be great if...
validations:
required: true
- type: textarea
attributes:
label: Why should this be implemented?
placeholder: This would really benefit everyone who has...
validations:
required: true
62 changes: 31 additions & 31 deletions .github/ISSUE_TEMPLATE/help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@ name: Get Help
description: Need help using the plugin? Get help here!
labels: [question]
body:
- type: markdown
attributes:
value: |
Please ensure that you include **as much detail as possible** when asking for help.
- type: markdown
attributes:
value: |
Please ensure that you include **as much detail as possible** when asking for help.
I respond to a high number of community questions across the forums and discord, you are more
likely to get a quick response if you include all the information available. Thanks!
- type: textarea
attributes:
label: Describe your problem
description: What have you setup, what is not working, what is working, what have you tried to do to solve it?
validations:
required: true
- type: markdown
attributes:
value: |
Before posting this issue, please ensure that you have read the ['Get Help Guide'](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide)
and the ['Troubleshooting Guide'](https://cp2004.gitbook.io/ws281x-led-status/troubleshooting-guide) and tried any solutions that seem relevant.
- type: checkboxes
attributes:
label: Please confirm the following
options:
- label: I have read the Get Help & Troubleshooting guide
I respond to a high number of community questions across the forums and discord, you are more
likely to get a quick response if you include all the information available. Thanks!
- type: textarea
attributes:
label: Describe your problem
description: What have you setup, what is not working, what is working, what have you tried to do to solve it?
validations:
required: true
- type: markdown
attributes:
value: |
Log files are **required**. They provide me with important details about your install and what the plugin *thinks* is working.
Need help finding the logs?
- type: textarea
attributes:
label: Log files
placeholder: octoprint.log and plugin_ws281x_led_status_debug.log please!
- type: markdown
attributes:
value: |
Before posting this issue, please ensure that you have read the ['Get Help Guide'](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide)
and the ['Troubleshooting Guide'](https://cp2004.gitbook.io/ws281x-led-status/troubleshooting-guide) and tried any solutions that seem relevant.
- type: checkboxes
attributes:
label: Please confirm the following
options:
- label: I have read the Get Help & Troubleshooting guide
required: true
- type: markdown
attributes:
value: |
Log files are **required**. They provide me with important details about your install and what the plugin *thinks* is working.
Need help finding the logs?
- type: textarea
attributes:
label: Log files
placeholder: octoprint.log and plugin_ws281x_led_status_debug.log please!
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "maintenance"
labels:
- dependencies
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "maintenance"
labels:
- dependencies
52 changes: 26 additions & 26 deletions .github/issue-validation.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
approve_label: approved
problem_label: incomplete
ignored_labels:
- approved
- confirmed bug
- documentation
- feedback
- grabbed
- improvement
- request
- potential bug
- not plugin
- unreproduced
- solved
- up for grabs
- upstream library
- approved
- confirmed bug
- documentation
- feedback
- grabbed
- improvement
- request
- potential bug
- not plugin
- unreproduced
- solved
- up for grabs
- upstream library
ignored_authors:
- cp2004
- cp2004

validation_comment: >
Hi @@@AUTHOR@@,
Hi @@@AUTHOR@@,
It looks like there is some information missing from this issue that is required to process it:
It looks like there is some information missing from this issue that is required to process it:
* It looks like you haven't read the ['Get Help Guide'](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide)
* It looks like you haven't read the ['Get Help Guide'](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide)
Please read this guide, especially the [troubleshooting](https://cp2004.gitbook.io/ws281x-led-status/troubleshooting-guide) section.
Please read this guide, especially the [troubleshooting](https://cp2004.gitbook.io/ws281x-led-status/troubleshooting-guide) section.
If you have read this guide, please tick the box in your issue next to 'I have read the Get Help Guide'
If you have read this guide, please tick the box in your issue next to 'I have read the Get Help Guide'
```
* [x] I have read the Get Help Guide
```
```
* [x] I have read the Get Help Guide
```
If you didn't mean to ask for help, please make sure you used the right template -
bugs and requests should have `[Bug]` and `[Request]` respectively in the title.
If you didn't mean to ask for help, please make sure you used the right template -
bugs and requests should have `[Bug]` and `[Request]` respectively in the title.
*I'm just a bot 🤖, not a human being, so don't expect any replies
from me :) Your ticket is read by humans too, I'm just not one of them.*
*I'm just a bot 🤖, not a human being, so don't expect any replies
from me :) Your ticket is read by humans too, I'm just not one of them.*
keyphrase: "[x] I have read the Get Help Guide"
30 changes: 15 additions & 15 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Add issues/PRs to my project automatically

on:
issues:
types:
- opened
- transferred
pull_request_target:
types:
- opened
issues:
types:
- opened
- transferred
pull_request_target:
types:
- opened

jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/users/cp2004/projects/3
github-token: ${{ secrets.PROJECT_ACCESS }}
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/users/cp2004/projects/3
github-token: ${{ secrets.PROJECT_ACCESS }}
Loading

0 comments on commit 95b73d4

Please sign in to comment.