From 25d99ea8d84e41967e0695b9366e91b479d08cd8 Mon Sep 17 00:00:00 2001 From: Yi Zha Date: Wed, 22 Mar 2023 20:13:35 +0800 Subject: [PATCH 1/3] chore: update issue templates Signed-off-by: Yi Zha --- .github/ISSUE_TEMPLATE/bug-or-issue.yaml | 4 +--- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yaml | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-or-issue.yaml b/.github/ISSUE_TEMPLATE/bug-or-issue.yaml index fe07ea791..3c8436ae0 100644 --- a/.github/ISSUE_TEMPLATE/bug-or-issue.yaml +++ b/.github/ISSUE_TEMPLATE/bug-or-issue.yaml @@ -27,8 +27,6 @@ body: label: "What is the areas you experience the issue in?" options: - Notation CLI - - Notation-Core-Go Library - - Notation-Go Library - type: textarea id: verbatim validations: @@ -67,4 +65,4 @@ body: - type: markdown attributes: value: | - If you want to contribute to this project, we will be happy to guide you through out contribution process especially when you already have a good proposal or understanding of how to fix this issue. Join us at https://slack.cncf.io/ and choose #notary-v2 channel. + If you want to contribute to this project, we will be happy to guide you through out contribution process especially when you already have a good proposal or understanding of how to fix this issue. Join us at https://slack.cncf.io/ and choose #notary-project channel. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 751718f42..63759b41f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -14,4 +14,4 @@ blank_issues_enabled: false contact_links: - name: Ask a question url: https://slack.cncf.io/ - about: "Join #notary-v2 channel on CNCF Slack" \ No newline at end of file + about: "Join #notary-project channel on CNCF Slack" diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 7f5d0b180..ab90dac44 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -27,8 +27,6 @@ body: label: "What is the areas you would like to add the new feature to?" options: - Notation CLI - - Notation-Core-Go Library - - Notation-Go Library - type: textarea id: problem validations: @@ -60,4 +58,4 @@ body: - type: markdown attributes: value: | - If you want to contribute to this project, we will be happy to guide you through out contribution process especially when you already have a good proposal or understanding of how to imrpove the functionality. Join us at https://slack.cncf.io/ and choose #notary-v2 channel. + If you want to contribute to this project, we will be happy to guide you through out contribution process especially when you already have a good proposal or understanding of how to improve the functionality. Join us at https://slack.cncf.io/ and choose #notary-v2 channel. From fca1dbd689f03cc17fccb73e4fc2e326e2714823 Mon Sep 17 00:00:00 2001 From: Yi Zha Date: Sun, 11 Jun 2023 09:09:27 +0800 Subject: [PATCH 2/3] doc: update per comments Signed-off-by: Yi Zha --- .github/ISSUE_TEMPLATE/feature-request.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index ab90dac44..79578dd5c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -19,14 +19,6 @@ body: attributes: value: | Thank you for taking the time to suggest a useful feature for the project! - - type: dropdown - id: area - validations: - required: true - attributes: - label: "What is the areas you would like to add the new feature to?" - options: - - Notation CLI - type: textarea id: problem validations: From 28427ef39a69f7082564e540b351467bc4094938 Mon Sep 17 00:00:00 2001 From: Yi Zha Date: Sun, 11 Jun 2023 09:30:15 +0800 Subject: [PATCH 3/3] doc: update Signed-off-by: Yi Zha --- .github/ISSUE_TEMPLATE/bug-or-issue.yaml | 8 -------- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-or-issue.yaml b/.github/ISSUE_TEMPLATE/bug-or-issue.yaml index 3c8436ae0..bb5c8c380 100644 --- a/.github/ISSUE_TEMPLATE/bug-or-issue.yaml +++ b/.github/ISSUE_TEMPLATE/bug-or-issue.yaml @@ -19,14 +19,6 @@ body: attributes: value: | Thank you for taking the time to fill out this issue report. 🛑 Please check existing issues first before continuing: https://github.com/notaryproject/notation/issues - - type: dropdown - id: area - validations: - required: true - attributes: - label: "What is the areas you experience the issue in?" - options: - - Notation CLI - type: textarea id: verbatim validations: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 79578dd5c..f6c0767df 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -50,4 +50,4 @@ body: - type: markdown attributes: value: | - If you want to contribute to this project, we will be happy to guide you through out contribution process especially when you already have a good proposal or understanding of how to improve the functionality. Join us at https://slack.cncf.io/ and choose #notary-v2 channel. + If you want to contribute to this project, we will be happy to guide you through out contribution process especially when you already have a good proposal or understanding of how to improve the functionality. Join us at https://slack.cncf.io/ and choose #notary-project channel.