-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
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,38 @@ | ||
# Description | ||
|
||
_Please include a summary of the change and which issue is fixed. Provide relevant motivation and context. Ensure that no new external dependencies are introduced in this change._ | ||
|
||
Issue reference: | ||
Related documentation: | ||
|
||
# Implementation Details | ||
|
||
_Provide a detailed description of the implementation. Include the following:_ | ||
|
||
- [ ] Key changes introduced by this PR | ||
- [ ] Justification for the changes | ||
- [ ] Confirmation that no new external dependencies or modules have been introduced | ||
|
||
# Documentation Summary | ||
|
||
- [ ] **Metadata Included:** | ||
_Did you include the metadata (associative arrays) in the code? Ensure that metadata for modules, jobs, and runtime has been updated appropriately._ | ||
|
||
- [ ] **Document Generated:** | ||
_Did you generate the updated documentation using `armbian-configng --doc`? Confirm if the command was run to update `README.md` and provide any relevant details._ | ||
|
||
# Testing Procedure | ||
|
||
_Describe the tests you ran to verify your changes. Provide relevant details about your test configuration._ | ||
|
||
- [ ] Test 1: Description and results | ||
- [ ] Test 2: Description and results | ||
|
||
# Checklist | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have ensured that my changes do not introduce new warnings or errors | ||
- [ ] No new external dependencies are included | ||
- [ ] Changes have been tested and verified | ||
- [ ] I have included necessary metadata in the code, including associative arrays |