mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 19:06:07 +00:00
52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
---
|
|
name: Bug report
|
|
description: >-
|
|
Report a bug or unexpected behavior to help us improve the package
|
|
labels:
|
|
- bug
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
## Thank you for helping us improve JAX!
|
|
|
|
* Please first verify that your issue is not already reported using the
|
|
[Issue search][issue search].
|
|
|
|
* If you are asking a question or seeking support, please
|
|
consider [starting a discussion][Discussions].
|
|
|
|
* If you prefer a non-templated issue report, click [here][Raw report].
|
|
|
|
|
|
[Discussions]: https://github.com/jax-ml/jax/discussions
|
|
|
|
[issue search]: https://github.com/jax-ml/jax/search?q=is%3Aissue&type=issues
|
|
|
|
[Raw report]: http://github.com/jax-ml/jax/issues/new
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: >-
|
|
A concise description of the bug, preferably including self-contained
|
|
code to reproduce the issue.
|
|
placeholder: |
|
|
Text may use markdown formatting.
|
|
```python
|
|
# for codeblocks, use triple backticks
|
|
```
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: System info (python version, jaxlib version, accelerator, etc.)
|
|
description: >-
|
|
Include the output of `import jax; jax.print_environment_info()`
|
|
placeholder: |
|
|
```
|
|
...
|
|
```
|
|
validations:
|
|
required: true
|