From 43f595391693c28f8f72b6a7021e7c9f0d25d1a6 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Sat, 14 Aug 2021 18:53:26 -0600 Subject: [PATCH 1/4] Add issue and PR templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question-discussion.md | 14 +++++++++++ .../security-vulnerability-report.md | 18 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++++++++ 5 files changed, 101 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question-discussion.md create mode 100644 .github/ISSUE_TEMPLATE/security-vulnerability-report.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b31003e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Let us know if something is not working as expected +title: '' +labels: 'type: bug' +assignees: '' + +--- + + + +**Versions** + + +**Steps to reproduce** +1. + +**Additional context** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..457405f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'type: enhancement' +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** diff --git a/.github/ISSUE_TEMPLATE/question-discussion.md b/.github/ISSUE_TEMPLATE/question-discussion.md new file mode 100644 index 00000000..404ae328 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-discussion.md @@ -0,0 +1,14 @@ +--- +name: Question/Discussion +about: General question about how things work or a discussion +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/security-vulnerability-report.md b/.github/ISSUE_TEMPLATE/security-vulnerability-report.md new file mode 100644 index 00000000..9e4db0ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security-vulnerability-report.md @@ -0,0 +1,18 @@ +--- +name: Security vulnerability report +about: Let us know if you discover a security vulnerability +title: '' +labels: 'type: security' +assignees: '' + +--- + + +**Versions** + +**Description** +(Please include any relevant CVE advisory links) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fd8fd3b3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + +## Which problem is this PR solving? + +- + +## Short description of the changes + +- + From 6d3449b24e4e68df6acf0621034f2098c0bde557 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Sat, 14 Aug 2021 18:55:30 -0600 Subject: [PATCH 2/4] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b31003e8..c6da78c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,8 +17,12 @@ Please see our [OSS process document](https://github.com/honeycombio/home/blob/m **Versions** +- Go: +- Beeline: + **Steps to reproduce** + 1. **Additional context** From 658e098afd765df6fb39d0cbcd0a4fc38f250872 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Sat, 14 Aug 2021 18:59:52 -0600 Subject: [PATCH 3/4] Update security-vulnerability-report.md --- .github/ISSUE_TEMPLATE/security-vulnerability-report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/security-vulnerability-report.md b/.github/ISSUE_TEMPLATE/security-vulnerability-report.md index 9e4db0ca..0e505c36 100644 --- a/.github/ISSUE_TEMPLATE/security-vulnerability-report.md +++ b/.github/ISSUE_TEMPLATE/security-vulnerability-report.md @@ -14,5 +14,9 @@ Please see our [OSS process document](https://github.com/honeycombio/home/blob/m ---> **Versions** +- Go: +- Beeline: + **Description** + (Please include any relevant CVE advisory links) From d87056a2f304e11c7434fbb484dfb771ac5435c1 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Mon, 16 Aug 2021 09:19:18 -0600 Subject: [PATCH 4/4] Update question-discussion.md --- .github/ISSUE_TEMPLATE/question-discussion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question-discussion.md b/.github/ISSUE_TEMPLATE/question-discussion.md index 404ae328..63cc4a17 100644 --- a/.github/ISSUE_TEMPLATE/question-discussion.md +++ b/.github/ISSUE_TEMPLATE/question-discussion.md @@ -2,7 +2,7 @@ name: Question/Discussion about: General question about how things work or a discussion title: '' -labels: '' +labels: 'type: discussion' assignees: '' ---