Skip to content

Commit

Permalink
chore: create an issue template related to updating dependencies (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Dec 27, 2024
1 parent aa0ad68 commit 2d9db4b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/dependency_upgrade.md
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 -->

0 comments on commit 2d9db4b

Please sign in to comment.