mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 15:13:55 -05:00
25 lines
779 B
Markdown
25 lines
779 B
Markdown
## Context
|
|
|
|
<!-- What problem does this solve? What was the behavior before, and what is it now? Add all relevant context. Link related issues/tickets. -->
|
|
|
|
## Screenshots
|
|
|
|
<!-- If UI/UX changes, add screenshots or videos. Delete if not applicable. -->
|
|
|
|
## Steps to verify the change
|
|
|
|
## Type
|
|
|
|
- [ ] Fix
|
|
- [ ] Feature
|
|
- [ ] Improvement
|
|
- [ ] Breaking
|
|
- [ ] Docs
|
|
- [ ] Chore
|
|
|
|
## Checklist
|
|
|
|
- [ ] Title follows the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/#summary) format: `type(scope): short description` (scope is optional, e.g., `fix: prevent crash on sync` or `fix(api): handle null response`).
|
|
- [ ] Tested locally
|
|
- [ ] Updated docs (if needed)
|
|
- [ ] Read the [contributing guide](https://infisical.com/docs/contributing/getting-started/overview) |