Remove bug and pr templates to inherit from organization (#71)
This commit is contained in:
parent
8708e498da
commit
abba7c4d9a
52
.github/ISSUE_TEMPLATE/bug.yaml
vendored
52
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -1,52 +0,0 @@
|
|||||||
name: 'Bug report'
|
|
||||||
description: 'File a bug report'
|
|
||||||
labels: ['bug']
|
|
||||||
body:
|
|
||||||
- type: 'markdown'
|
|
||||||
attributes:
|
|
||||||
value: |-
|
|
||||||
Thank you for filing an bug. Please complete the form below so we can triage, reproduce, and fix your issue.
|
|
||||||
|
|
||||||
- id: 'tldr'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'TL;DR'
|
|
||||||
description: 'Describe the bug in 1-2 sentences.'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- id: 'expected_behavior'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Expected behavior'
|
|
||||||
description: 'What did you expect to happen?'
|
|
||||||
|
|
||||||
- id: 'observed_behavior'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Observed behavior'
|
|
||||||
description: 'What happened instead?'
|
|
||||||
|
|
||||||
- id: 'action_yaml'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Action YAML'
|
|
||||||
description: 'Paste your complete GitHub Actions YAML here, removing any sensitive values.'
|
|
||||||
render: 'yaml'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- id: 'log_output'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Log output'
|
|
||||||
description: 'Paste your log output here. Please do not paste a link to your run because logs expire.'
|
|
||||||
render: 'text'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- id: 'additional'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Additional information'
|
|
||||||
description: 'Is there anything else you think we should know?'
|
|
29
.github/ISSUE_TEMPLATE/feature.yaml
vendored
29
.github/ISSUE_TEMPLATE/feature.yaml
vendored
@ -1,29 +0,0 @@
|
|||||||
name: 'Feature request'
|
|
||||||
description: 'File a feature request'
|
|
||||||
labels: ['enhancement']
|
|
||||||
body:
|
|
||||||
- type: 'markdown'
|
|
||||||
attributes:
|
|
||||||
value: |-
|
|
||||||
Thank you for requesting a feature. Please complete the form below so we can triage and prioritize your feature.
|
|
||||||
|
|
||||||
- id: 'tldr'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'TL;DR'
|
|
||||||
description: 'Describe the feature in 1-2 sentences.'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- id: 'detailed_design'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Detailed design'
|
|
||||||
description: 'Do you have more information about a detailed design? Are there specific considerations to take? Include sample YAML.'
|
|
||||||
render: 'markdown'
|
|
||||||
|
|
||||||
- id: 'additional'
|
|
||||||
type: 'textarea'
|
|
||||||
attributes:
|
|
||||||
label: 'Additional information'
|
|
||||||
description: 'Is there anything else you think we should know?'
|
|
@ -1,8 +0,0 @@
|
|||||||
<!--
|
|
||||||
|
|
||||||
Thank you for submitting a Pull Request! Please note that YOUR TESTS WILL LIKELY
|
|
||||||
FAIL due to how GitHub exposes secrets in Pull Requests from forks.
|
|
||||||
|
|
||||||
Someone from the team will review your Pull Request and respond.
|
|
||||||
|
|
||||||
-->
|
|
Loading…
Reference in New Issue
Block a user