-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(readme): add and update badges (#139)
* chore(readme): add and update badges * chore(readme): reword development statement * chore: LF line endings
- Loading branch information
Showing
16 changed files
with
1,618 additions
and
1,605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.github | ||
distrib | ||
.gitignore | ||
.goreleaser.yaml | ||
config.toml | ||
config.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
.github | ||
distrib | ||
.gitignore | ||
.goreleaser.yaml | ||
config.toml | ||
config.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
name: Bug Report | ||
description: Create a report to help me improve | ||
title: "[Bug]" | ||
labels: [ "Type: Bug", "Status: Needs Triage" ] | ||
body: | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Version | ||
description: The seasonpackarr version you're running. | ||
options: | ||
- v0.6.0 | ||
- v0.5.0 | ||
- v0.4.0 | ||
- v0.3.0 | ||
- v0.2.6 | ||
- v0.2.5 | ||
- v0.2.4 | ||
- v0.2.3 | ||
- v0.2.2 | ||
- v0.2.1 | ||
- v0.2.0 | ||
- v0.1.0 | ||
- v0.0.2 | ||
- v0.0.1 | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the bug is. | ||
placeholder: Describe the bug... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: Describe what you expected to happen... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. You can add image URLs or use any other method to display the screenshot (provided GitHub supports it). | ||
placeholder: Add screenshot... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the problem here. | ||
placeholder: Add context... | ||
validations: | ||
required: false | ||
name: Bug Report | ||
description: Create a report to help me improve | ||
title: "[Bug]" | ||
labels: [ "Type: Bug", "Status: Needs Triage" ] | ||
body: | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Version | ||
description: The seasonpackarr version you're running. | ||
options: | ||
- v0.6.0 | ||
- v0.5.0 | ||
- v0.4.0 | ||
- v0.3.0 | ||
- v0.2.6 | ||
- v0.2.5 | ||
- v0.2.4 | ||
- v0.2.3 | ||
- v0.2.2 | ||
- v0.2.1 | ||
- v0.2.0 | ||
- v0.1.0 | ||
- v0.0.2 | ||
- v0.0.1 | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the bug is. | ||
placeholder: Describe the bug... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: Describe what you expected to happen... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code. | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. You can add image URLs or use any other method to display the screenshot (provided GitHub supports it). | ||
placeholder: Add screenshot... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the problem here. | ||
placeholder: Add context... | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "[Feature Request]" | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: Describe the feature... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: Describe alternative solutions... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your requested feature. You can add image URLs or use any other method to display the screenshot (provided GitHub supports it). | ||
placeholder: Add screenshot... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the feature here. | ||
placeholder: Add context... | ||
validations: | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
title: "[Feature Request]" | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what you want to happen. | ||
placeholder: Describe the feature... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternatives | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: Describe alternative solutions... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your requested feature. You can add image URLs or use any other method to display the screenshot (provided GitHub supports it). | ||
placeholder: Add screenshot... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: Add any other context about the feature here. | ||
placeholder: Add context... | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "07:00" | ||
groups: | ||
github: | ||
patterns: | ||
- "*" | ||
|
||
- package-ecosystem: gomod | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
groups: | ||
golang: | ||
patterns: | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: "07:00" | ||
groups: | ||
github: | ||
patterns: | ||
- "*" | ||
|
||
- package-ecosystem: gomod | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
groups: | ||
golang: | ||
patterns: | ||
- "*" |
Oops, something went wrong.