- bump version to 23.05 - adjust OCI repositories, changed hash lenght to 12 and removed rootfs- prefix to shorten names (costmetic adjustement) - build configs were moved to https://github.com/armbian/os - remove CI that is not going to work anymore. This means also master is out of this CI - small changed to Readme.txt. Just adding some note, removing obvious - add propery - supported arhitectures for distribution. Needed for CI optimisation - remove README.armbian-next.md (need to be somewhere else) - shrink CODEOWNERS due to messages overload Signed-off-by: Igor <igor@armbian.com>
78 lines
2.0 KiB
YAML
78 lines
2.0 KiB
YAML
name: Armbian Linux Build Framework Bug Report
|
|
description: Create a bug report if there is something wrong with build framework mechanism.
|
|
title: "Problem found ... "
|
|
labels: ["bug"]
|
|
assignees: "armbian/build-scripts"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for helping us make Armbian better!
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: "
|
|
<br>
|
|
Tell us, what did you expect to happen?
|
|
"
|
|
placeholder: Tell us what you see!
|
|
value: "A bug happened!"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: How to reproduce?
|
|
description: "
|
|
<br>
|
|
Provide command line or explain steps which you did?
|
|
"
|
|
placeholder: Tell us how you did it!
|
|
value: "Command you gave to the framework!"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Branch
|
|
description: "
|
|
<br>
|
|
Which branch are you using?
|
|
"
|
|
options:
|
|
- main (main development branch)
|
|
- other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: host
|
|
attributes:
|
|
label: On which host OS are you observing this problem?
|
|
multiple: false
|
|
options:
|
|
- Jammy
|
|
- Bullseye
|
|
- Other
|
|
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, so no need for backticks.
|
|
<h3>
|
|
You can find logs in output/debug folder
|
|
</h3>
|
|
"
|
|
render: shell
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/armbian/build/blob/master/.github/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|