From 047ef5ce8100d6d6d2b3c909523210c4b0318077 Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Fri, 29 Sep 2023 18:43:39 -0400 Subject: [PATCH] add message for security issues --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 011190fe..e54c1970 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,6 +9,7 @@ assignees: '' **Describe the bug** + **To Reproduce** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19b49207..cd938d2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,4 +50,4 @@ Branch names must follow `kebab-case` pattern. Follow the pattern `feature/(): ` pattern, as stated in the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) ## Security Bugs -Please report security vulnerabilities to security@eigenlabs.org \ No newline at end of file +Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues. \ No newline at end of file diff --git a/README.md b/README.md index 6af1e28e..12672f84 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ git submodule update --init Follow the [contribution guidelines](CONTRIBUTING.md) to contribute to eigensdk-go ## Security Bugs -Please report security vulnerabilities to security@eigenlabs.org \ No newline at end of file +Please report security vulnerabilities to security@eigenlabs.org. Do NOT report security bugs via Github Issues. \ No newline at end of file