🚀 feat: create and fix pr template

This commit is contained in:
eshanized
2024-12-31 13:49:10 +05:30
parent e75a79a855
commit f042b55d1f

50
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,50 @@
# 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! 🎉