Navegador

navegador / .github / ISSUE_TEMPLATE / bug_report.yml
Blame History Raw 52 lines
1
name: Bug report
2
description: Something isn't working
3
labels: ["bug"]
4
body:
5
- type: markdown
6
attributes:
7
value: Thanks for taking the time to report a bug.
8
9
- type: textarea
10
id: description
11
attributes:
12
label: What happened?
13
description: A clear description of the bug.
14
validations:
15
required: true
16
17
- type: textarea
18
id: reproduction
19
attributes:
20
label: Steps to reproduce
21
placeholder: |
22
1. Run `navegador ingest ./myrepo`
23
2. Run `navegador context src/auth.py`
24
3. ...
25
validations:
26
required: true
27
28
- type: textarea
29
id: expected
30
attributes:
31
label: Expected behaviour
32
validations:
33
required: true
34
35
- type: textarea
36
id: environment
37
attributes:
38
label: Environment
39
placeholder: |
40
- navegador version: 0.1.0
41
- Python: 3.12
42
- OS: macOS 15 / Ubuntu 24.04
43
- Storage: SQLite / Redis
44
validations:
45
required: true
46
47
- type: textarea
48
id: logs
49
attributes:
50
label: Relevant logs or output
51
render: shell
52

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button