Retain issue body to allow file attachments

This commit is contained in:
Jeremy Stretch 2021-03-08 15:16:56 -05:00
parent f8e2cb06d1
commit 759190d8ba
4 changed files with 12 additions and 8 deletions

View File

@ -58,5 +58,6 @@ body:
required: true
- type: markdown
attributes:
value: "### Additional information
You can use the space below to provide any additional information or to attach files."
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.

View File

@ -33,5 +33,6 @@ body:
required: true
- type: markdown
attributes:
value: "### Additional information
You can use the space below to provide any additional information or to attach files."
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.

View File

@ -53,5 +53,6 @@ body:
of a new Python package? (Not all new features introduce new dependencies.)"
- type: markdown
attributes:
value: "### Additional information
You can use the space below to provide any additional information or to attach files."
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.

View File

@ -22,5 +22,6 @@ body:
required: true
- type: markdown
attributes:
value: "### Additional information
You can use the space below to provide any additional information or to attach files."
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.