mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-06 13:15:12 +02:00
🚀 feat(_template): for PR
This commit is contained in:
70
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
70
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
## Pull Request
|
||||||
|
|
||||||
|
**Thank you for contributing to Snigdha OS Web Dev!** 🎉 Please fill out the following details to help us review your PR.
|
||||||
|
|
||||||
|
### Description 📝
|
||||||
|
<!-- Please describe your changes in detail. What does it fix or improve? -->
|
||||||
|
<!-- Example: "This PR implements a new authentication flow to enhance security and ease of use." -->
|
||||||
|
|
||||||
|
**What is being changed or added?**
|
||||||
|
- _Example: Describe the main purpose of this change here._
|
||||||
|
|
||||||
|
**Why is this change necessary?**
|
||||||
|
- _Example: Explain why this change is needed and what problem it addresses._
|
||||||
|
|
||||||
|
**What impact does this change have?**
|
||||||
|
- _Example: Does it fix bugs, add a feature, improve performance, or change functionality?_
|
||||||
|
|
||||||
|
### Related Issue 🔧
|
||||||
|
<!-- If applicable, link to the issue this PR addresses. -->
|
||||||
|
<!-- Example: Resolves #123 -->
|
||||||
|
|
||||||
|
**Issue Reference:**
|
||||||
|
- _Example: Link to the issue being addressed, e.g., #123 or "Fixes bug in the login page"_
|
||||||
|
|
||||||
|
**Does this PR close the issue?**
|
||||||
|
- [ ] Yes, it resolves the issue mentioned above.
|
||||||
|
- [ ] No, it addresses part of the issue.
|
||||||
|
|
||||||
|
### Type of Change 🛠️
|
||||||
|
- [ ] Bug fix
|
||||||
|
- [ ] New feature
|
||||||
|
- [ ] Documentation update
|
||||||
|
- [ ] Refactor
|
||||||
|
- [ ] Performance improvement
|
||||||
|
- [ ] Enhancement
|
||||||
|
- [ ] Test update
|
||||||
|
- [ ] Build configuration update
|
||||||
|
- [ ] Other (please specify)
|
||||||
|
|
||||||
|
### Dependencies ⚙️
|
||||||
|
<!-- If this PR depends on other PRs, list them here. -->
|
||||||
|
Example: Depends on #456
|
||||||
|
|
||||||
|
### Checklist ✅
|
||||||
|
- [ ] My code follows the project's code style and guidelines.
|
||||||
|
- [ ] I have tested my changes thoroughly (include details of tests run).
|
||||||
|
- [ ] I have added or updated relevant documentation.
|
||||||
|
- [ ] I have included appropriate test cases (if applicable).
|
||||||
|
- [ ] I have ensured there are no breaking changes (if applicable).
|
||||||
|
- [ ] I have checked for security concerns or issues.
|
||||||
|
- [ ] I have verified that my code works with the intended environment (dev/staging/production).
|
||||||
|
- [ ] I have updated the `README.md` or relevant documentation with any necessary changes.
|
||||||
|
- [ ] I have checked the code for linting and formatting issues.
|
||||||
|
|
||||||
|
### Quality Assurance (QA) 🧪
|
||||||
|
- [ ] Manual testing has been performed for the changes.
|
||||||
|
- [ ] Automated tests are passing (if applicable).
|
||||||
|
- [ ] The PR has been tested across different environments (e.g., browsers, devices, OS versions).
|
||||||
|
|
||||||
|
### Deployment Considerations 🚀
|
||||||
|
- [ ] This change requires a deployment or migration.
|
||||||
|
- [ ] I have verified the deployment steps (if applicable).
|
||||||
|
- [ ] I have updated the `Dockerfile` or deployment scripts (if applicable).
|
||||||
|
- [ ] There are no deployment-related risks (e.g., downtime, data loss).
|
||||||
|
|
||||||
|
### Screenshots (if applicable) 📸
|
||||||
|
<!-- If your change includes visual updates, provide before and after screenshots. -->
|
||||||
|
|
||||||
|
### Additional Notes 🗒️
|
||||||
|
<!-- Any other details or context that might be useful for the reviewers. -->
|
Reference in New Issue
Block a user