Skip to content

Commit 94e8619

Browse files
authored
chore: PR and bug template (#311)
* chore: simple bug issue * chore: updated PR template
1 parent 0101d48 commit 94e8619

2 files changed

Lines changed: 7 additions & 24 deletions

File tree

.github/ISSUE_TEMPLATE/bug_issue.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,10 @@ assignees: ""
1010

1111
A 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

2415
Describe 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

3819
Add any other context about the problem here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
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

0 commit comments

Comments
 (0)