just testing

This commit is contained in:
OCram85 2023-10-25 15:49:46 +02:00
parent c67fb64786
commit b70399f212

View File

@ -1,59 +1,41 @@
name: Bug Report name: Pull Request
about: File a bug report about: General pull request
title: "[Bug]: " title: "[Bug]: "
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this bug report! Thanks for contributing to this project with your pull request!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea - type: textarea
id: what-happened id: summary
attributes: attributes:
label: What happened? label: :book: Summary
description: Also tell us, what did you expect to happen? description: Provide a summary of your changes. Also descibe the why...
placeholder: Tell us what you see! placeholder: Tell us about your code changes.
value: "A bug happened!" value:
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: version id: testplan
attributes: attributes:
label: Version label: :bookmark_tabs: Test Plan
description: What version of our software are you running? description: How did you test your code changes?
options: options:
- 1.0.2 (Default) - CI pipeline tests (Default)
- 1.0.3 (Edge) - Custom test
- No test Plan
validations: validations:
required: true required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea - type: textarea
id: logs id: details
attributes: attributes:
label: Relevant log output label: Details
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. description: Add your cuustom test details or justification for missing tests here.
render: shell placeholder: First, solve the problem. Then, write the code.
- type: checkboxes - type: textarea
id: terms id: notes
attributes: attributes:
label: Code of Conduct label: :books: Additional Notes
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) description: A place for additional notes or linking references.
options: placeholder: Software and cathedrals are much the same -- first we build them, then we pray.
- label: I agree to follow this project's Code of Conduct
required: true