-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create an issue template related to updating dependencies (#2178)
- Loading branch information
1 parent
aa0ad68
commit 2d9db4b
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
name: Dependency Upgrade | ||
about: Propose a dependency upgrade or migration | ||
title: '[DEPENDENCY] ' | ||
labels: dependencies | ||
assignees: '' | ||
--- | ||
|
||
## Dependency Details | ||
|
||
**Component:** <!-- e.g., Frontend, Backend, Build System --> | ||
**Current Version:** <!-- e.g., Django 4.2.x, CoffeeScript 1.12.7 --> | ||
**Target Version:** <!-- e.g., Django 5.0.x, TypeScript 5.x --> | ||
|
||
## Motivation | ||
|
||
<!-- Why should we upgrade? E.g., security fixes, new features, technical debt --> | ||
|
||
## Scope | ||
|
||
- [ ] Direct dependency upgrade | ||
- [ ] Requires additional dependency updates | ||
- [ ] Breaking changes expected | ||
- [ ] Database migrations required | ||
- [ ] Configuration changes needed | ||
|
||
## Research | ||
|
||
<!-- What investigation have you done? Links to changelogs, migration guides, etc. --> | ||
|
||
### Potential Breaking Changes | ||
|
||
<!-- List any known breaking changes --> | ||
|
||
### Required Steps | ||
|
||
<!-- High-level steps needed for this upgrade --> | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
### Affected Components | ||
|
||
<!-- Which parts of Anthias will be affected? --> | ||
|
||
- [ ] Frontend | ||
- [ ] Backend | ||
- [ ] WebView | ||
- [ ] Build System | ||
- [ ] Documentation | ||
- [ ] Tests | ||
|
||
## Additional Context | ||
|
||
<!-- Any other relevant information about this upgrade --> |