diff --git a/.asf.yaml b/.asf.yaml index 8e7acb2608..2235942cb6 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -43,9 +43,9 @@ github: - cross-language - multiple-language enabled_merge_buttons: - squash: true - merge: false - rebase: false + squash: true + merge: false + rebase: false protected_branches: main: required_status_checks: @@ -63,8 +63,8 @@ github: releases-0.1.2: {} notifications: - commits: commits@fury.apache.org - issues: commits@fury.apache.org + commits: commits@fury.apache.org + issues: commits@fury.apache.org pullrequests: commits@fury.apache.org - jobs: commits@fury.apache.org - discussions: commits@fury.apache.org + jobs: commits@fury.apache.org + discussions: commits@fury.apache.org diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2ce165de78..48057df2d9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,7 +17,7 @@ name: Bug report description: File a bug report -labels: [ "bug" ] +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1a75571713..aa049212a1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,7 +18,7 @@ name: 🚀 Feature Request description: I have a suggestion (and may want to implement it 🙂)! title: "[] " -assignees: '' +assignees: "" labels: ["new feature"] body: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fcd36c1e88..1dd5eb493e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,6 @@ Contribution Checklist - ## Related issues - ## Does this PR introduce any user-facing change?