mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-05 20:26:40 +02:00
52 lines
1.6 KiB
Markdown
52 lines
1.6 KiB
Markdown
# Pull Request Template for Snigdha OS ArchISO
|
|
|
|
## Description 📝
|
|
|
|
Please provide a short summary of the changes made in the pull request. Explain what this pull request does and why it is necessary.
|
|
|
|
### Changes Include 🛠️
|
|
|
|
- [ ] Bug fix
|
|
- [ ] New feature
|
|
- [ ] Documentation update
|
|
- [ ] Other (please describe)
|
|
|
|
## Related Issue 🔗
|
|
|
|
If applicable, please link to the issue(s) this pull request resolves. Use the following format:
|
|
|
|
Fixes: #<issue_number>
|
|
|
|
Example:
|
|
```
|
|
Fixes: #123
|
|
```
|
|
|
|
## How Has This Been Tested? ✅
|
|
|
|
Please describe the tests that you ran to verify your changes. Include any relevant details about your testing environment.
|
|
|
|
- [ ] I have tested this change on a local machine
|
|
- [ ] I have tested this change on a virtual machine or cloud-based instance
|
|
- [ ] I have added new tests (if applicable)
|
|
|
|
## Checklist ✅
|
|
|
|
Please check the following boxes to ensure the pull request is complete:
|
|
|
|
- [ ] My code follows the code style of this project (e.g., indentation, naming conventions)
|
|
- [ ] I have updated the documentation as necessary (e.g., README, wiki, etc.)
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have commented my code (if necessary) and explained any complex logic
|
|
- [ ] My changes require changes to the documentation (if applicable)
|
|
- [ ] I have added tests to verify my changes (if applicable)
|
|
- [ ] I have read and followed the contributing guidelines
|
|
- [ ] I have tested the changes on the appropriate platforms (e.g., x86_64, ARM, etc.)
|
|
|
|
## Screenshots 📸
|
|
|
|
If applicable, add screenshots to help explain your changes.
|
|
|
|
---
|
|
|
|
### Thank you for contributing to Snigdha OS ArchISO! 🎉 |