Skip to content

Commit

Permalink
chore(readme): add and update badges (#139)
Browse files Browse the repository at this point in the history
* chore(readme): add and update badges

* chore(readme): reword development statement

* chore: LF line endings
  • Loading branch information
nuxencs authored Sep 10, 2024
1 parent 063b253 commit abf6563
Show file tree
Hide file tree
Showing 16 changed files with 1,618 additions and 1,605 deletions.
16 changes: 8 additions & 8 deletions .dockerignore
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
136 changes: 68 additions & 68 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
70 changes: 35 additions & 35 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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
40 changes: 20 additions & 20 deletions .github/dependabot.yml
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:
- "*"
Loading

0 comments on commit abf6563

Please sign in to comment.