You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug with the generated project (nox sessions, dependencies, tooling, structure)
3
3
labels: [bug, generated-project]
4
+
title: '[Generated Project Bug] '
4
5
5
6
body:
6
7
- type: markdown
7
8
attributes:
8
9
value: |
9
-
**This template is for issues with generated projects** - problems with nox sessions, dependencies, tooling configuration, or project structure.
10
+
## Generated Project Bug Report
10
11
11
-
For issues with the **cookiecutter template itself** (generation process, template scripts), please use the "Template Bug Report" template instead.
12
+
Report issues with **generated projects** including:
13
+
- Nox session failures
14
+
- Dependency or tooling problems
15
+
- Build/packaging issues
16
+
- Testing framework errors
17
+
- Project configuration problems
18
+
19
+
> **Note:** For issues with the **cookiecutter template itself** (generation process, template scripts), use the "Template Bug Report" template instead.
12
20
13
21
- type: textarea
14
22
id: description
15
23
attributes:
16
-
label: Bug description
17
-
description: A clear description of the issue in the generated project
18
-
placeholder: ex. nox -s tests-python fails with import errors...
24
+
label: 📝 Bug Description
25
+
description: Clearly describe the issue in your generated project
26
+
placeholder: |
27
+
Example: Running 'nox -s tests-python' fails with import errors...
19
28
validations:
20
29
required: true
21
30
22
31
- type: dropdown
23
32
id: issue_category
24
33
attributes:
25
-
label: Issue category
34
+
label: 🏷️ Issue Category
26
35
options:
27
36
- Nox session failures
28
-
- Dependency/package management issues
37
+
- Dependency/package management
29
38
- Build/packaging problems
30
39
- Testing framework issues
31
40
- Documentation build issues
32
41
- Linting/formatting configuration
33
42
- Type checking issues
34
43
- Security scanning problems
35
44
- CI/CD workflow issues
36
-
- Rust extension issues (if applicable)
45
+
- Rust extension issues
37
46
- Container/Docker issues
38
-
- Project structure/template files
47
+
- Project structure/files
39
48
- Other
40
49
validations:
41
50
required: true
42
51
43
52
- type: textarea
44
53
id: reproduction
45
54
attributes:
46
-
label: Steps to reproduce
55
+
label: 🔄 Steps to Reproduce
56
+
description: Provide clear steps to reproduce the issue
0 commit comments