forked from armbian/build
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from armbian/main
[pull] main from armbian:main
- Loading branch information
Showing
3,533 changed files
with
737,650 additions
and
3,187,615 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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 |
---|---|---|
@@ -0,0 +1,80 @@ | ||
name: Bug Report for the Armbian Linux Build Framework | ||
description: Create a bug report if there is something wrong with the Armbian build framework. | ||
title: "[Bug]: " | ||
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: | | ||
Please tell us what you expected to happen and what actually happened. | ||
placeholder: An error x ocurred when I did y! But I expected z to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: How to reproduce? | ||
description: | | ||
Provide the command you ran or explain the steps you did. | ||
placeholder: Tell us step by step how to reproduce the issue! E.g. the command you gave to the framework. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Branch | ||
description: | | ||
Which branch are you using? | ||
options: | ||
- main (main development branch) | ||
- other (only relevant in corner cases) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: host | ||
attributes: | ||
label: On which host OS are you running the build script and observing this problem? | ||
multiple: false | ||
options: | ||
- Ubuntu 24.04 Noble | ||
- Ubuntu 22.04 Jammy | ||
- Debian 13 Trixie | ||
- Debian 12 Bookworm | ||
- Other | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: host-is-wsl | ||
attributes: | ||
label: Are you building on Windows WSL2? | ||
options: | ||
- label: Yes, my Ubuntu/Debian/OtherOS is running on WSL2 | ||
required: false | ||
- type: input | ||
id: logs | ||
attributes: | ||
label: Relevant log URL | ||
description: | | ||
Run with `SHARE_LOG=yes`, at the end of log you will get something like this | ||
```[🌿] Log uploaded, share URL: [ https://paste.armbian.com/xxx ]``` | ||
Paste the URL here: | ||
placeholder: https://paste.armbian.com/xxx | ||
- 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 |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Feature Request for the Armbian Linux Build Framework | ||
description: Suggest a feature that you want to see implemented. | ||
title: "[Feature Request]: " | ||
labels: ["Feature Request"] | ||
assignees: "igorpecovnik" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out a feature reqest. A request does not guarantee consideration. | ||
- type: textarea | ||
id: what | ||
attributes: | ||
label: Which feature would you like to have? | ||
placeholder: What is missing in your opinion? | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: financing | ||
attributes: | ||
label: Funding | ||
description: | | ||
You are welcome to submit your feature request, but keep in mind we can only afford to cover minor tasks. If we decide to.<br>" | ||
options: | ||
- label: "[I am willing to cover expenses](https://www.armbian.com/contact/)" | ||
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Task/To-Do for project tracking | ||
description: Discuss and track progress for a task you're working on. | ||
title: "[Task]: " | ||
labels: ["Task/To-Do"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use checkboxes for subtasks and link relevant PRs or issues for reference. | ||
You can use title tags like _Task_, _Story_ or _Epic_ similar to Jira [like described in the docs](https://docs.armbian.com/Process_Managing_Workflow/). | ||
A _Story_ or _Epic_ may reference other _Tasks_ (GitHub issues). This task will automatically be mirrored to [Jira](https://armbian.atlassian.net/browse/AR). | ||
Make sure to update your progress in case anyone wants to help with a task so noone is doing duplicate work. | ||
Add the label "_Discussion_" to get feedback on your task and "_Help needed_" if you would prefer to not work on this this alone. | ||
- type: textarea | ||
id: task-list | ||
attributes: | ||
label: Task description | ||
description: | | ||
Enter your task goals here. You can make use of the subtask checkboxes (add more or remove if necessary). Actively ask for feedback if you want it. | ||
value: | | ||
- [ ] | ||
- [ ] | ||
- [ ] | ||
- [ ] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.