Skip to content

Commit 967d153

Browse files
Mention common cases in issue template
1 parent c7ff283 commit 967d153

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/ISSUE_TEMPLATE.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
## Description of your problem or feature request
22

3-
**Please provide a minimal, self-contained, and reproducible example.**
3+
First, carefully read the following to determine whether or not you have a valid Aesara issue:
4+
5+
- Does your issue only arise in a library that uses Aesara (e.g. PyMC)? If so, submit your issue to that library's issue tracker. From there, the Aesara-specific details can be worked out and a valid Aesara issue can be identified. **Issues framed primarily in third-party libraries are liable to being marked as invalid and closed.**
6+
- Does your issue involve OS and/or environment-specific settings (e.g. installation and/or compilation issues)? If so, create a [Discussion](https://github.com/aesara-devs/aesara/discussions) instead. From there, we can help determine whether or not the issue is due to faulty logic in Aesara (i.e. a valid issue) or something specific to your local setup.
7+
8+
9+
If the above does not apply, and you have an issue or feature request that's specific to Aesara, provide a minimal, self-contained, and reproducible example (i.e. an [MWE](https://en.wikipedia.org/wiki/Minimal_reproducible_example)):
10+
411
```python
512
[Your code here]
613
```
714

8-
**Please provide the full traceback of any errors.**
15+
**Please provide the full tracebacks for any relevant errors and/or warning messages.**
16+
17+
918
```python
1019
[The error output here]
1120
```
@@ -16,7 +25,12 @@
1625
## Versions and main components
1726

1827
* Aesara version:
19-
* Aesara config (`python -c "import aesara; print(aesara.config)"`)
2028
* Python version:
2129
* Operating system:
2230
* How did you install Aesara: (conda/pip)
31+
32+
<details> <summary> Aesara config: </summary>
33+
34+
Place the results of `python -c "import aesara; print(aesara.config)"` here.
35+
36+
</details>

0 commit comments

Comments
 (0)