diff --git a/.github/issue_template.md b/.github/issue_template.md index 31b322beca..b656bb2e67 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,21 +1,17 @@ - - -### Prerequisites - -* [] Put an X between the brackets on this line if you have done all of the following: + ### Description +As an [Actor], I want [feature] so that [why]. -[Description of the issue] - -### Steps to Reproduce +### Acceptance Criteria +* [Criteria 1] +### Steps to Reproduce (Bug) 1. [Step 1] 2. [Step 2] 3. [Step ...] @@ -26,15 +22,14 @@ Have you read the Code of Conduct? By filing an Issue, you are expected to compl **Frequency:** [What percentage of the time does it occur?] -### Versions - -* Software version `pantheon --version` -* OS Name & Version -* Kernel Version `uname -a` -* Virtual Machine software & version -* Docker Version -* Cloud VM, type, size (eg Amazon Web Services I3-large) +### Versions (Add all that apply) +* Software version: [`pantheon --version`] +* Java version: [`java -version`] +* OS Name & Version: [`cat /etc/*release`] +* Kernel Version: [`uname -a`] +* Virtual Machine software & version: [`vmware -v`] +* Docker Version: [`docker version`] +* Cloud VM, type, size: [Amazon Web Services I3-large] ### Additional Information -Any additional information, configuration or data that might be necessary to reproduce the issue. \ No newline at end of file