Skip to content

Commit 90afaf1

Browse files
chore: add GitHub issue and PR templates
1 parent 0e2a1d2 commit 90afaf1

3 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug to help us improve
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
**Describe the Bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1. Run command '...'
15+
2. With input '...'
16+
3. See error
17+
18+
**Expected Behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Environment (please complete):**
22+
- OS: [e.g. Ubuntu 22.04, macOS 14, Windows 11]
23+
- Python version: [e.g. 3.10, 3.12]
24+
- deadcode version: [e.g. 0.1.1]
25+
26+
**Additional Context**
27+
Add any other context about the problem here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
**Is your feature request related to a problem?**
10+
A clear and concise description of what the problem is.
11+
12+
**Describe the Solution**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe Alternatives**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional Context**
19+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Description
2+
3+
<!-- Briefly describe the changes in this PR -->
4+
5+
## Type of Change
6+
7+
- [ ] Bug fix
8+
- [ ] New feature
9+
- [ ] Documentation update
10+
- [ ] CI/CD improvement
11+
- [ ] Refactoring
12+
- [ ] Dependency update
13+
14+
## How Has This Been Tested?
15+
16+
- [ ] `pytest tests/ -v` passes
17+
- [ ] `ruff check .` passes
18+
19+
## Checklist
20+
21+
- [ ] My code follows the project's style guidelines
22+
- [ ] I have added tests that prove my fix/feature works
23+
- [ ] All existing tests pass
24+
- [ ] I have updated documentation as needed
25+
26+
## Related Issues
27+
28+
<!-- Link to any related issues: Fixes #123, Closes #456 -->

0 commit comments

Comments
 (0)