From 84abbde0f88b02aa0b23420a9ba164500753f111 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Tue, 13 Feb 2018 09:57:35 -0500 Subject: [PATCH] Create issue_template.md Add a issue template to encourage us to document the link between camayoc issues and rho or quipucords issues. --- .github/issue_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..ded76797 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,29 @@ +# Issue type +- Bug _(when Camayoc is not behaving correctly)_ +- Test Case _(for new test cases or updates to existing tests)_ +- Enhancement _(improvement to Camayoc framework other than new test cases)_ +- Other + +# Description of issue + +# Completion checklist +To close this issue, the following items must be satisfied: +- [ ] One +- [ ] Two + +# Related development issues +_(for test cases)_ + +## User stories +_Link to user stories that test cases support. User stories should +document their acceptance criteria and can be used to design test cases._ + +## Enhancements +_Link to specific enhancements that the test cases will be exercising._ + +## Bugs +_Link to specific bugs if writing regression tests to confirm a bug stays fixed._ + +## Documentation +_Link to user documentation that describes how the user will use the feature to +be tested. Tests should emulate the user workflow as close as possible._