Update GitHub bug report template

This commit is contained in:
Adam Turner
2023-01-01 19:44:35 +00:00
parent a1c10f5d5e
commit f8e8584ea5

View File

@@ -23,7 +23,7 @@ body:
``index.rst`` file, and for ``sphinx.ext.autodoc`` bugs, this should
ideally be a single ``index.rst`` file, and a single example Python
module.
value: |
placeholder: |
Minimal method (you can also paste the contents of ``index.rst`` and
``conf.py`` into this report):
```bash
@@ -50,9 +50,10 @@ body:
value: |
## Environment info
- type: input
- type: textarea
attributes:
label: Environment Information
render: text
description: >-
Install the latest Sphinx
``pip install -U "sphinx>=5.3"``
@@ -60,14 +61,15 @@ body:
and paste the output here.
validations:
required: true
- type: input
- type: textarea
attributes:
label: Sphinx extensions
render: python
description: >-
Attempt to reproduce your error with the smallest set of extensions possible.
This makes it easier to determine where the problem you are encountering is.
e.g. ["sphinx.ext.autodoc", "recommonmark"]
e.g. ``["sphinx.ext.autodoc", "recommonmark"]``
validations:
required: false
- type: textarea