mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-21 03:24:56 +02:00
2.7 KiB
2.7 KiB
Pull Request
Thank you for contributing to Snigdha OS Web Dev! 🎉 Please fill out the following details to help us review your PR.
Description 📝
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 🔧
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 ⚙️
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).