Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix some small typos and use unix line endings #1

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ People *love* thorough bug reports. We are not even kidding.

To make your life easier there is also a handy template available so feel free to use it.

> ATTENTION: If you DONT provide steps to reproduce the ticket will be closed WITHOUT FURTHER NOTICE!
> ATTENTION: If you DON'T provide steps to reproduce the ticket will be closed WITHOUT FURTHER NOTICE!

## Licence
By contributing, you agree that your contributions will be licensed under the project's licence.
Expand Down
142 changes: 71 additions & 71 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
---
name: 🐛 Bug Report
description: File a bug report
labels:
- bug
assignees:
- timo-reymann
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem description
description: Please provide some details about the error, e.g. what you have
done before it occured
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: What should have happened?
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: What actually happened?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Please list the steps required to reproduce the issue.
validations:
required: true
- type: textarea
id: more-info
attributes:
label: Important Factoids
description: Is there anything atypical special about your setup or example?
- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues (open or closed) or pull requests
that should be linked here? Vendor documentation?
placeholder: "You can reference issues with #"
- type: checkboxes
id: terms
attributes:
label: I read and aggree to the contribution guidelines
description: |
By submitting this issue, you read and agree to the contribution guidelines of the project
options:
- label: I read and aggree to the contribution guidelines
required: true
---
name: 🐛 Bug Report
description: File a bug report
labels:
- bug
assignees:
- timo-reymann
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem description
description: Please provide some details about the error, e.g. what you have
done before it occurred
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: What should have happened?
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: What actually happened?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Please list the steps required to reproduce the issue.
validations:
required: true
- type: textarea
id: more-info
attributes:
label: Important Factoids
description: Is there anything atypical special about your setup or example?
- type: textarea
id: references
attributes:
label: References
description: |
Are there any other GitHub issues (open or closed) or pull requests
that should be linked here? Vendor documentation?
placeholder: "You can reference issues with #"
- type: checkboxes
id: terms
attributes:
label: I read and agree to the contribution guidelines
description: |
By submitting this issue, you read and agree to the contribution guidelines of the project
options:
- label: I read and agree to the contribution guidelines
required: true