summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-01-01 19:44:35 +0000
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-01-01 19:44:35 +0000
commitf8e8584ea5f23580b9c3ab75f53a0aa743db64c6 (patch)
tree783cfbf2645ed64053f195b699c388b4d765499f
parenta1c10f5d5e9734c6722d04b0b0781a5d88860745 (diff)
downloadsphinx-git-f8e8584ea5f23580b9c3ab75f53a0aa743db64c6.tar.gz
Update GitHub bug report template
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index fb0d7281e..218ad439c 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -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