Skip to content

Commit

Permalink
Pull request questions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Jul 30, 2024
1 parent 2643e28 commit cebaa81
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit cebaa81

Please sign in to comment.