From e75a79a8552d732d6a6df3dabb6ccee4d035a975 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 31 Dec 2024 13:46:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20pr=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..956d556 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -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: # + +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! 🎉 \ No newline at end of file