Skip to content

Commit 15e6eb4

Browse files
committed
Update bug_report template
1 parent 0b1fe58 commit 15e6eb4

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,13 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
15+
1916

2017
**Expected behavior**
2118
A clear and concise description of what you expected to happen.
2219

2320
**Screenshots**
2421
If applicable, add screenshots to help explain your problem.
2522

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
3723
**Additional context**
3824
Add any other context about the problem here.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ docker: docker-build ## build a docker image and run the service
8686

8787
sync: clean ## install the package to the active Python's site-packages
8888
uv sync --all-groups
89-
pre-commit install
9089

9190
install: sync ## Sync pyproject.toml to .venv as well as install tools
9291
pre-commit install

0 commit comments

Comments
 (0)