|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | | -about: Report a problem |
4 | | -title: '' |
5 | | -labels: bug |
6 | | -assignees: '' |
7 | | - |
| 3 | +about: Report a reproducible problem in AllenSDK |
| 4 | +title: "[Bug]: " |
| 5 | +labels: ["bug"] |
| 6 | +assignees: "" |
8 | 7 | --- |
9 | 8 |
|
10 | | -**Describe the bug** |
11 | | -A summary of what the bug is. |
| 9 | +<!-- |
| 10 | +Thanks for reporting this issue. |
| 11 | +
|
| 12 | +AllenSDK is in selective maintenance mode: |
| 13 | +- We prioritize bug fixes, security fixes, docs/tests, and targeted compatibility updates. |
| 14 | +- Some issues may be closed as "not planned" based on scope and maintainer capacity. |
| 15 | +--> |
| 16 | + |
| 17 | +## Describe the bug |
| 18 | + |
| 19 | +A clear and concise description of the problem. |
| 20 | + |
| 21 | +## To reproduce |
| 22 | + |
| 23 | +Please provide a minimal, reproducible example. |
12 | 24 |
|
13 | | -**To Reproduce** |
14 | | -Steps to reproduce the behavior. Please include all relevant code! |
| 25 | +1. |
| 26 | +2. |
| 27 | +3. |
| 28 | + |
| 29 | +Include code, command line calls, config, and relevant input data details where possible. |
| 30 | + |
| 31 | +## Expected behavior |
15 | 32 |
|
16 | | -**Expected behavior** |
17 | 33 | What you expected to happen. |
18 | 34 |
|
19 | | -**Actual Behavior** |
20 | | -What actually happened. If the bug produced an error message or incorrect values, please include them here! |
| 35 | +## Actual behavior |
| 36 | + |
| 37 | +What actually happened. |
| 38 | +Please include full error messages/tracebacks and unexpected outputs. |
| 39 | + |
| 40 | +## Environment |
| 41 | + |
| 42 | +- OS and version: |
| 43 | +- Python version: |
| 44 | +- AllenSDK version: |
| 45 | +- Install method (pip/conda/source): |
| 46 | +- Execution context (local/CI/notebook/cluster): |
| 47 | +- Any pinned dependencies or unusual environment details: |
| 48 | + |
| 49 | +## Additional context |
21 | 50 |
|
22 | | -**Environment (please complete the following information):** |
23 | | - - OS & version: [e.g. Ubuntu 18.04] |
24 | | - - Python version [e.g. 3.7] |
25 | | - - AllenSDK version [e.g. v1.0.0] |
| 51 | +Any other context, screenshots, logs, links to related issues, or workarounds tried. |
26 | 52 |
|
27 | | -**Additional context** |
28 | | -Add any other context about the problem here. |
| 53 | +## Are you willing to submit a fix? |
29 | 54 |
|
30 | | -**Do you want to work on this issue?** |
31 | | -Are you willing and able to fix this bug? If so, let us know here (and see [the guide](https://github.com/AllenInstitute/AllenSDK/blob/master/CONTRIBUTING.md)). Thank you! |
| 55 | +- [ ] Yes, I can work on a PR for this |
| 56 | +- [ ] No, but I can help test a proposed fix |
0 commit comments