1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Removed the "Additional information" blocks from issue templates (no longer needed)

This commit is contained in:
jeremystretch
2021-04-12 15:06:40 -04:00
parent d43d5a6cb6
commit b19734004a
4 changed files with 0 additions and 20 deletions

View File

@ -56,8 +56,3 @@ body:
placeholder: "A TypeError exception was raised" placeholder: "A TypeError exception was raised"
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.

View File

@ -33,8 +33,3 @@ body:
description: "Describe the proposed changes and why they are necessary" description: "Describe the proposed changes and why they are necessary"
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.

View File

@ -51,8 +51,3 @@ body:
description: "List any new dependencies on external libraries or services that this description: "List any new dependencies on external libraries or services that this
new feature would introduce. For example, does the proposal require the installation new feature would introduce. For example, does the proposal require the installation
of a new Python package? (Not all new features introduce new dependencies.)" 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.

View File

@ -20,8 +20,3 @@ body:
description: "Please provide justification for the proposed change(s)." description: "Please provide justification for the proposed change(s)."
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |
### Additional information
You can use the space below to provide any additional information or to attach files.