diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ed838244..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: Security vulnerability - url: https://github.com/connectbot/cbssh/security/advisories/new - about: Please report vulnerabilities privately. diff --git a/.github/ISSUE_TEMPLATE/release-branch.yml b/.github/ISSUE_TEMPLATE/release-branch.yml index d6be6dec..a7f8b2e7 100644 --- a/.github/ISSUE_TEMPLATE/release-branch.yml +++ b/.github/ISSUE_TEMPLATE/release-branch.yml @@ -1,4 +1,4 @@ -name: Release branch +name: (Maintainers only) Release branch description: Create a maintenance release branch. title: "Create release branch " labels: [] diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index 53ba39d8..c5b5fb8c 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -1,4 +1,4 @@ -name: Release +name: (Maintainers only) Release description: Prepare and publish a library release. title: "Release " labels: [] diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md deleted file mode 100644 index ef314988..00000000 --- a/.github/ISSUE_TEMPLATE/security.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Security report -about: Report a vulnerability or sensitive security issue. -title: "Security: " -labels: security ---- - -Please do not open a public issue for vulnerabilities or sensitive security reports. - -Use GitHub's private vulnerability reporting for this repository: - -https://github.com/connectbot/cbssh/security/advisories/new - -Contact the maintainers privately if private reporting is unavailable.