diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 88163ae10b..feee0dace3 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -19,25 +19,15 @@ name: Bug report description: Create a report to help us improve. -title: "[BUG]" labels: ["bug"] body: - type: markdown attributes: value: | - Verify that the issue is not already reported, looking at the [currently open issues](https://github.com/apache/polaris/issues), use the `Filter` field to narrow down your search. - - Please provide a title above with a short, concise summary - don't leave it "empty". - - Do **NOT** share any sensitive information like password, security tokens, private URLs etc. - - - type: checkboxes - attributes: - label: "Is this a possible security vulnerability?" - description: "If yes, then STOP here and contact security@apache.org instead!" - options: - - label: "This is NOT a possible security vulnerability" - required: true + * Verify that the issue is not already reported, looking at the [currently open issues](https://github.com/apache/polaris/issues), use the `Filter` field to narrow down your search. + * **Possible security vulnerabilities**: STOP here and contact `security@apache.org` instead! + * _**Please provide a title above with a short, concise summary**_ - don't leave it "empty". + * Do **NOT** share any sensitive information like password, security tokens, private URLs etc. - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index d502175ae0..41f293b996 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -19,17 +19,14 @@ name: Feature request description: Suggest an idea for this project -title: "[FEATURE REQUEST]" -labels: enhancement +labels: ["enhancement"] body: - type: markdown attributes: value: | - Verify that the feature request is not already reported, looking at the [currently open issues](https://github.com/apache/polaris/issues), use the `Filter` field to narrow down your search. - - Please provide a title above with a short, concise summary - don't leave it "empty". - - Do **NOT** share any sensitive information like password, security tokens, private URLs etc. + * Verify that the feature request is not already reported, looking at the [currently open issues](https://github.com/apache/polaris/issues), use the `Filter` field to narrow down your search. + * _**Please provide a title above with a short, concise summary**_ - don't leave it "empty". + * Do **NOT** share any sensitive information like password, security tokens, private URLs etc. - type: textarea attributes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index deba9e9f30..25142e80df 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,37 +1,24 @@ -# Description - -Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. - -Fixes # (issue) - -## Type of change - -Please delete options that are not relevant. - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] Documentation update -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] This change requires a documentation update - -# How Has This Been Tested? - -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - -- [ ] Test A -- [ ] Test B - -**Test Configuration**: -* Hardware: -* Toolchain: -* SDK: - -# Checklist: - -Please delete options that are not relevant. - -- [ ] I have performed a self-review of my code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] If adding new functionality, I have discussed my implementation with the community using the linked GitHub issue +