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
# See the json schema to help you create / update this form
@@ -8,113 +8,113 @@ description: Fill in this template to report a bug
8
8
9
9
title: '[BUG] '
10
10
11
-
labels: ['Bug']
11
+
labels: [Bug]
12
12
13
13
body:
14
14
15
-
- type: markdown
16
-
attributes:
17
-
value: "### Please fill in the following information to the best of your ability."
18
-
19
-
- type: checkboxes
20
-
attributes:
21
-
label: Is there an existing issue for this?
22
-
description: |
23
-
Please search the [issue tracker](https://github.com/nilearn/nilearn/issues?q=is%3Aissue) to see if an issue already exists for the bug you encountered.
24
-
options:
25
-
-label: I have searched the existing issues
26
-
required: true
27
-
28
-
- type: checkboxes
29
-
attributes:
30
-
label: Operating system
31
-
description: What operating system are you using?
32
-
options:
33
-
-label: Linux
34
-
-label: Mac
35
-
-label: Windows
36
-
37
-
- type: textarea
38
-
attributes:
39
-
label: Operating system version
40
-
value: |
41
-
For example one of the following:
42
-
- Linux Ubuntu 22.04
43
-
- Mac OS Version 12 "monterey"
44
-
- Windows 11
45
-
validations:
46
-
required: false
47
-
48
-
- type: checkboxes
49
-
attributes:
50
-
label: Python version
51
-
description: What python version are you using?
52
-
options:
53
-
-label: '3.11'
54
-
-label: '3.10'
55
-
-label: '3.9'
56
-
-label: '3.8'
57
-
-label: '3.7'
58
-
59
-
- type: textarea
60
-
attributes:
61
-
label: nilearn version
62
-
description: |
63
-
What version of Nilearn are you using?
64
-
65
-
You can check this by entering `python -c "import nilearn; print(nilearn.__version__)"` in the command line.
66
-
67
-
placeholder: |
68
-
For example one of the following:
69
-
- Dev version
70
-
- x.y.z
71
-
validations:
72
-
required: true
73
-
74
-
- type: textarea
75
-
attributes:
76
-
label: Expected behavior
77
-
placeholder: Describe what outcome you expected.
78
-
validations:
79
-
required: true
80
-
81
-
- type: textarea
82
-
attributes:
83
-
label: Current behavior & error messages
84
-
description: |
85
-
Describe what happened.
86
-
87
-
If possible paste below any eventual warning or error message with the stack trace.
88
-
89
-
If this is a plot related bug, make sure to include an image.
90
-
You can attach images clicking this area to highlight it and then dragging files in.
91
-
92
-
value: |
93
-
This is what I got:
94
-
95
-
96
-
97
-
```bash
98
-
# Paste the error message here
99
-
100
-
101
-
```
102
-
validations:
103
-
required: true
104
-
105
-
- type: textarea
106
-
attributes:
107
-
label: Steps and code to reproduce bug
108
-
description: |
109
-
Please ensure the code is a minimal runnable example using Nilearn data to showcase it.
value: '### Please fill in the following information to the best of your ability.'
18
+
19
+
- type: checkboxes
20
+
attributes:
21
+
label: Is there an existing issue for this?
22
+
description: |
23
+
Please search the [issue tracker](https://github.com/nilearn/nilearn/issues?q=is%3Aissue) to see if an issue already exists for the bug you encountered.
24
+
options:
25
+
- label: I have searched the existing issues
26
+
required: true
27
+
28
+
- type: checkboxes
29
+
attributes:
30
+
label: Operating system
31
+
description: What operating system are you using?
32
+
options:
33
+
- label: Linux
34
+
- label: Mac
35
+
- label: Windows
36
+
37
+
- type: textarea
38
+
attributes:
39
+
label: Operating system version
40
+
value: |
41
+
For example one of the following:
42
+
- Linux Ubuntu 22.04
43
+
- Mac OS Version 12 "monterey"
44
+
- Windows 11
45
+
validations:
46
+
required: false
47
+
48
+
- type: checkboxes
49
+
attributes:
50
+
label: Python version
51
+
description: What python version are you using?
52
+
options:
53
+
- label: '3.11'
54
+
- label: '3.10'
55
+
- label: '3.9'
56
+
- label: '3.8'
57
+
- label: '3.7'
58
+
59
+
- type: textarea
60
+
attributes:
61
+
label: nilearn version
62
+
description: |
63
+
What version of Nilearn are you using?
64
+
65
+
You can check this by entering `python -c "import nilearn; print(nilearn.__version__)"` in the command line.
66
+
67
+
placeholder: |
68
+
For example one of the following:
69
+
- Dev version
70
+
- x.y.z
71
+
validations:
72
+
required: true
73
+
74
+
- type: textarea
75
+
attributes:
76
+
label: Expected behavior
77
+
placeholder: Describe what outcome you expected.
78
+
validations:
79
+
required: true
80
+
81
+
- type: textarea
82
+
attributes:
83
+
label: Current behavior & error messages
84
+
description: |
85
+
Describe what happened.
86
+
87
+
If possible paste below any eventual warning or error message with the stack trace.
88
+
89
+
If this is a plot related bug, make sure to include an image.
90
+
You can attach images clicking this area to highlight it and then dragging files in.
91
+
92
+
value: |
93
+
This is what I got:
94
+
95
+
96
+
97
+
```bash
98
+
# Paste the error message here
99
+
100
+
101
+
```
102
+
validations:
103
+
required: true
104
+
105
+
- type: textarea
106
+
attributes:
107
+
label: Steps and code to reproduce bug
108
+
description: |
109
+
Please ensure the code is a minimal runnable example using Nilearn data to showcase it.
0 commit comments