diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c6da78c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Let us know if something is not working as expected +title: '' +labels: 'type: bug' +assignees: '' + +--- + + + +**Versions** + +- Go: +- Beeline: + + +**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..63cc4a17 --- /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: 'type: discussion' +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..0e505c36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security-vulnerability-report.md @@ -0,0 +1,22 @@ +--- +name: Security vulnerability report +about: Let us know if you discover a security vulnerability +title: '' +labels: 'type: security' +assignees: '' + +--- + + +**Versions** + +- Go: +- Beeline: + +**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 + +- +