summaryrefslogtreecommitdiffstats
path: root/src/spdk/.github
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdk/.github')
-rw-r--r--src/spdk/.github/ISSUE_TEMPLATE/bug_report.md35
-rw-r--r--src/spdk/.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--src/spdk/.github/ISSUE_TEMPLATE/intermittent_failure.md23
3 files changed, 66 insertions, 0 deletions
diff --git a/src/spdk/.github/ISSUE_TEMPLATE/bug_report.md b/src/spdk/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..17ef86497
--- /dev/null
+++ b/src/spdk/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,35 @@
+---
+name: Bug report
+about: Create a report to help us improve. Please use the issue tracker only for reporting suspected issues.
+title: ''
+labels: 'Sighting'
+assignees: ''
+
+---
+
+<!--- Provide a general summary of the issue in the Title above -->
+
+## Expected Behavior
+
+<!--- Tell us what should happen -->
+
+## Current Behavior
+
+<!--- Tell us what happens instead of the expected behavior -->
+
+## Possible Solution
+
+<!--- Not obligatory, but suggest a fix/reason for the bug, -->
+
+## Steps to Reproduce
+
+<!--- Provide a link to a live example, or an unambiguous set of steps to -->
+<!--- reproduce this bug. Include code to reproduce, if relevant -->
+1.
+2.
+3.
+4.
+
+## Context (Environment including OS version, SPDK version, etc.)
+
+<!--- Providing context helps us come up with a solution that is most useful in the real world -->
diff --git a/src/spdk/.github/ISSUE_TEMPLATE/config.yml b/src/spdk/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..4225a1f0c
--- /dev/null
+++ b/src/spdk/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: SPDK Community
+ url: https://spdk.io/community/
+ about: Please ask and answer questions here.
+ - name: SPDK Common Vulnerabilities and Exposures (CVE) Process
+ url: https://spdk.io/cve_threat/
+ about: Please follow CVE process to responsibly disclose security vulnerabilities.
diff --git a/src/spdk/.github/ISSUE_TEMPLATE/intermittent_failure.md b/src/spdk/.github/ISSUE_TEMPLATE/intermittent_failure.md
new file mode 100644
index 000000000..4bc51adf2
--- /dev/null
+++ b/src/spdk/.github/ISSUE_TEMPLATE/intermittent_failure.md
@@ -0,0 +1,23 @@
+---
+name: CI Intermittent Failure
+about: Create a report with CI failure unrelated to the patch tested.
+title: '[test_name] Failure description'
+labels: 'Intermittent Failure'
+assignees: ''
+
+---
+
+<!--- Provide a [test_name] where the issue occurred and brief description in the Title above. -->
+<!--- Name of the test can be found by last occurrence of: -->
+<!--- ************************************ -->
+<!--- START TEST [test_name] -->
+<!--- ************************************ -->
+
+## Link to the failed CI build
+
+<!--- Please provide a link to the failed CI build -->
+
+## Execution failed at
+
+<!--- Please provide the first failure in the test. Pointed to by the first occurrence of: -->
+<!--- ========== Backtrace start: ========== -->