From 654601110cd394d92507ac841b98873e2989e43f Mon Sep 17 00:00:00 2001 From: abeizn Date: Thu, 1 Feb 2024 11:57:51 +0800 Subject: [PATCH 1/4] fix: asf header format --- .github/ISSUE_TEMPLATE/documentation.md | 1 + .github/ISSUE_TEMPLATE/question.md | 1 + .github/ISSUE_TEMPLATE/refactor.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 465b56fc06b..fb52c1d1184 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -14,6 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + --- name: Documentation about: Help improve the documentation diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6d3c961bc64..9167271dfec 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -14,6 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + --- name: Question about: Ask a question diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index cf6391d6e31..781055946b3 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -14,6 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + --- name: Refactor about: Improve operation without altering functionality From da7a236f5b3e346de96c33e2c46067b752d0428f Mon Sep 17 00:00:00 2001 From: abeizn Date: Thu, 1 Feb 2024 11:58:51 +0800 Subject: [PATCH 2/4] fix: asf header format --- .github/ISSUE_TEMPLATE/refactor.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index 781055946b3..e62e9356efc 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -1,20 +1,3 @@ - - --- name: Refactor about: Improve operation without altering functionality From b82c906ce5ba2b0be2de693db8f3622a9bd05589 Mon Sep 17 00:00:00 2001 From: abeizn Date: Thu, 1 Feb 2024 12:01:06 +0800 Subject: [PATCH 3/4] fix: asf header format --- .github/ISSUE_TEMPLATE/documentation.md | 18 +++++++++--------- .github/ISSUE_TEMPLATE/question.md | 18 +++++++++--------- .github/ISSUE_TEMPLATE/refactor.md | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index fb52c1d1184..760e34eef51 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,3 +1,12 @@ +--- +name: Documentation +about: Help improve the documentation +title: '[Doc][Module Name] Documentation title' +labels: type/docs +assignees: '' + +--- + ---- -name: Documentation -about: Help improve the documentation -title: '[Doc][Module Name] Documentation title' -labels: type/docs -assignees: '' - ---- - ## Documentation Scope Briefly explain what the documentation is referencing. For instance, the main README, website, API doc, etc. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 9167271dfec..67d905040e6 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,3 +1,12 @@ +--- +name: Question +about: Ask a question +title: '[Question][Module Name] Question title' +labels: type/question +assignees: '' + +--- + ---- -name: Question -about: Ask a question -title: '[Question][Module Name] Question title' -labels: type/question -assignees: '' - ---- - ## Question Ask a question here. diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index e62e9356efc..7fe500afc7e 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -7,6 +7,23 @@ assignees: '' --- + + ## What and why to refactor What are you trying to refactor? Why should it be refactored now? From a133bcd342c6b892ace562bd6d55fad82389669e Mon Sep 17 00:00:00 2001 From: abeizn Date: Thu, 1 Feb 2024 12:08:39 +0800 Subject: [PATCH 4/4] fix: asf header format --- .licenserc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index 70b9f774bc8..4d03ef18aff 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -47,7 +47,8 @@ header: - "**/*.conf" - "deployment/helm/templates/_helpers.tpl" - "**/poetry.lock" - - 'config-ui/.yarn/**/*' + - "config-ui/.yarn/**/*" - "config-ui/yarn.lock" + - ".github/ISSUE_TEMPLATE/*.md" comment: on-failure