mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 02:06:36 +00:00
more detailed SDLC plan
This commit is contained in:
@@ -11,16 +11,60 @@ Jira ticket: [AZ-XXX](link)
|
||||
- [ ] New feature
|
||||
- [ ] Refactoring
|
||||
- [ ] Documentation
|
||||
- [ ] Performance improvement
|
||||
- [ ] Security fix
|
||||
|
||||
## Checklist
|
||||
- [ ] Code follows project conventions
|
||||
- [ ] Self-review completed
|
||||
- [ ] Tests added/updated
|
||||
- [ ] All tests pass
|
||||
- [ ] Code coverage maintained/improved
|
||||
- [ ] Documentation updated (if needed)
|
||||
- [ ] CHANGELOG updated
|
||||
|
||||
## Breaking Changes
|
||||
<!-- List any breaking changes, or write "None" -->
|
||||
- None
|
||||
|
||||
## API Changes
|
||||
<!-- List any API changes (new endpoints, changed signatures, removed endpoints) -->
|
||||
- None
|
||||
|
||||
## Database Changes
|
||||
<!-- List any database changes (migrations, schema changes) -->
|
||||
- [ ] No database changes
|
||||
- [ ] Migration included and tested
|
||||
- [ ] Rollback migration included
|
||||
|
||||
## Deployment Notes
|
||||
<!-- Special considerations for deployment -->
|
||||
- [ ] No special deployment steps required
|
||||
- [ ] Environment variables added/changed (documented in .env.example)
|
||||
- [ ] Feature flags configured
|
||||
- [ ] External service dependencies
|
||||
|
||||
## Rollback Plan
|
||||
<!-- Steps to rollback if issues arise -->
|
||||
1. Revert this PR commit
|
||||
2. [Additional steps if needed]
|
||||
|
||||
## Testing
|
||||
How to test these changes.
|
||||
How to test these changes:
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Performance Impact
|
||||
<!-- Note any performance implications -->
|
||||
- [ ] No performance impact expected
|
||||
- [ ] Performance tested (attach results if applicable)
|
||||
|
||||
## Security Considerations
|
||||
<!-- Note any security implications -->
|
||||
- [ ] No security implications
|
||||
- [ ] Security review completed
|
||||
- [ ] Sensitive data handling reviewed
|
||||
|
||||
## Screenshots (if applicable)
|
||||
|
||||
<!-- Add screenshots for UI changes -->
|
||||
|
||||
Reference in New Issue
Block a user