Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,38 @@ labels: enhancement

## Description

Describe the feature.
Analyze artifact size and disk usage.

아티팩트 크기와 디스크 사용량을 분석.

## Expected Behavior

Describe how it should work.

## Additional Notes

Optional.
Optional. (Closes #)

## Checklist

### Required

- [ ] `cargo check` passes
- [ ] `cargo fmt --check` passes
- [ ] `cargo clippy --workspace --all-targets -- -D warnings` passes
- [ ] `cargo test` passes

### Functional Validation

- [ ] I verified the behavior locally
- [ ] I added or updated tests when necessary

### Documentation

- [ ] README or docs were updated if needed
- [ ] New configuration or behavior is documented

### Safety

- [ ] Cleanup behavior was reviewed for safety
- [ ] No destructive behavior was introduced without confirmation
Loading