File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,29 +10,10 @@ assignees: ""
1010
1111A clear and concise description of what the bug is.
1212
13- ## Steps to reproduce
14-
15- Steps to reproduce the behavior:
16-
17- 1 . Go to '...'
18- 2 . Click on '...'
19- 3 . Scroll down to '...'
20- 4 . See error
21-
2213## Expected behavior
2314
2415Describe what you expected to happen.
2516
26- ## Screenshots / recordings
27-
28- If applicable, add screenshots or screen recordings to help explain your problem.
29-
30- ## Environment (optional)
31-
32- - OS:
33- - Node.js version (if running locally):
34- - dotenv-diff version:
35-
3617## Additional context
3718
3819Add any other context about the problem here.
Original file line number Diff line number Diff line change 44
55### Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
66
7- - [ ] Changes are small and focused
8- - [ ] No breaking behavior or exit code changes
9- - [ ] CLI output follows existing style
7+ - [ ] Changes are small, focused, and easy to review
108- [ ] Link to related issues (if applicable)
9+ - [ ] The existing code style and project structure are followed
1110
1211### Tests
1312
14- - [ ] Tests pass (` pnpm run test ` )
15- - [ ] Ideally, include a test that fails without this PR but passes with it.
13+ - [ ] Relevant tests have been added or updated
14+
15+ ### Documentation
16+
17+ - [ ] Documentation has been updated if necessary (e.g., README, docs folder)
1618
1719---
1820
You can’t perform that action at this time.
0 commit comments