mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Retain issue body to allow file attachments
This commit is contained in:
parent
f8e2cb06d1
commit
759190d8ba
5
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
5
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
5
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
@ -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.
|
||||
|
5
.github/ISSUE_TEMPLATE/housekeeping.yaml
vendored
5
.github/ISSUE_TEMPLATE/housekeeping.yaml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user