Skip to content

Commit 3514ea3

Browse files
authored
Merge pull request #45 from itspavant/feature-pull-request-template
chore: add pull request template
2 parents 5858717 + 3e4d55f commit 3514ea3

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Description
2+
<!-- A clear and concise description of what this PR does. -->
3+
4+
## Related Issue
5+
<!-- If this PR addresses an issue, please include the issue number. -->
6+
Fixes #<issue_number>
7+
8+
## Changes Made
9+
<!-- List the changes made in this PR. -->
10+
- [ ] Updated ...
11+
- [ ] Added ...
12+
- [ ] Removed ...
13+
14+
## Screenshots or GIFs (if applicable)
15+
<!-- Add visual changes to better communicate your changes. -->
16+
17+
## Checklist
18+
19+
- [ ] Code is formatted with the project’s Prettier config provided in `.prettierrc` (if present).
20+
- [ ] Only the necessary files are modified; no unrelated changes are included.
21+
- [ ] Follows clean code principles (readable, maintainable, minimal duplication).
22+
- [ ] All changes are clearly documented.
23+
- [ ] Code has been tested (manual/automated) and verified against edge cases.
24+
- [ ] No breaking changes are introduced to existing functionality.
25+
- [ ] All new and existing tests passed (if tests exist).
26+
27+
## Additional Notes
28+
<!-- Add any other relevant information or context, e.g., migration steps, config changes, or follow-up tasks. -->

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ archpkg remove firefox
278278
Top-level layout of this repository:
279279
```
280280
archpkg-helper/
281+
├── .github/ # issue templates and pull request template
281282
├── archpkg/ # Core Python package code (CLI and logic)
282283
├── install.sh # One-command installer script (uses pipx)
283284
├── pyproject.toml # Build/metadata configuration

0 commit comments

Comments
 (0)