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: Please search to see if an issue already exists for the bug you encountered.
10
+
options:
11
+
- label: I have searched the existing issues for a bug report that matches the one I want to file, without success.
12
+
required: true
13
+
- type: checkboxes
14
+
attributes:
15
+
label: Did you read the documentation and troubleshoot guide?
16
+
description: Please read [README.md](https://github.com/sagemath/sage/blob/develop/README.md) and [the Troubleshooting section in the Installation Guide](https://doc.sagemath.org/html/en/installation/troubles.html).
17
+
options:
18
+
- label: I have read the documentation and troubleshoot guide
19
+
required: true
20
+
- type: textarea
21
+
attributes:
22
+
label: Environment
23
+
description: |
24
+
examples:
25
+
- **OS**: Ubuntu 20.04
26
+
- Sage Version: 9.2
27
+
value: |
28
+
- **OS**:
29
+
- **Sage Version**:
30
+
render: markdown
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Steps To Reproduce
36
+
description: Steps to reproduce the behavior.
37
+
placeholder: |
38
+
1. In this environment...
39
+
2. With this config...
40
+
3. Run '...'
41
+
4. See error...
42
+
validations:
43
+
required: false
44
+
- type: textarea
45
+
attributes:
46
+
label: Expected Behavior
47
+
description: A clear and concise description of what you expected to happen.
48
+
validations:
49
+
required: true
50
+
- type: textarea
51
+
attributes:
52
+
label: Actual Behavior
53
+
description: A clear description of what actually happens.
54
+
validations:
55
+
required: true
56
+
- type: textarea
57
+
attributes:
58
+
label: Additional Information
59
+
description: |
60
+
Links? References? Anything that will give us more context about the issue you are encountering!
0 commit comments