diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..090cd0c1a7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug Report +about: Create a bug report to help us improve +title: '' +labels: C-untriaged +assignees: '' + +--- + +**Describe the bug:** +A clear and concise description of the bug. + +**To Reproduce:** +Steps to reproduce the behavior. + +**Platform:** +Specify OS, distribution, and hardware platform. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..e48216e8f85 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: Suggest the implementation of a new feature +title: '' +labels: B-feature-tracking, C-untriaged +assignees: '' + +--- + +**Describe the new feature:** +A clear and concise description of the new feature with links to any relevant specifications. diff --git a/.github/ISSUE_TEMPLATE/security-report.md b/.github/ISSUE_TEMPLATE/security-report.md new file mode 100644 index 00000000000..c6e7535fff0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security-report.md @@ -0,0 +1,17 @@ +--- +name: Security Vulernability +about: Report a security vulnerability +title: '' +labels: A-security, C-untriaged +assignees: '' + +--- + +**Describe the bug:** +A clear and concise description of the vulnerability. + +**To Reproduce:** +Steps to reproduce the behavior. + +**Platform:** +Specify OS, distribution, and hardware platform.