diff --git a/.github/ISSUE_TEMPLATE/bug-or-issue.yaml b/.github/ISSUE_TEMPLATE/bug-or-issue.yaml index 1898068ea..bb5c8c380 100644 --- a/.github/ISSUE_TEMPLATE/bug-or-issue.yaml +++ b/.github/ISSUE_TEMPLATE/bug-or-issue.yaml @@ -19,16 +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 - - Notation-Core-Go Library - - Notation-Go Library - type: textarea id: verbatim validations: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 84d1cc294..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-project 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 3f6b555b3..f6c0767df 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -19,16 +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 - - Notation-Core-Go Library - - Notation-Go Library - type: textarea id: problem validations: @@ -60,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 imrpove the functionality. Join us at https://slack.cncf.io/ and choose #notary-project 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.