diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml deleted file mode 100644 index 262fbaf..0000000 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ /dev/null @@ -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?' diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml deleted file mode 100644 index d7e201d..0000000 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ /dev/null @@ -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?' diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 2fbb5b8..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,8 +0,0 @@ -