diff --git a/.github/ISSUE_TEMPLATE/ar_bug_report-md.md b/.github/ISSUE_TEMPLATE/ar_bug_report-md.md new file mode 100644 index 0000000000..e2f64b88b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ar_bug_report-md.md @@ -0,0 +1,29 @@ +--- +name: ar_bug_report.md +about: Create a bug for a an issue found in the Automated Review +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Automated Review Bug report +about: Create a report when a failure occurs in main branch +title: '' +labels: 'Automated_Review' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Failed Jenkins Job Information:** +The name of the job that failed, job build number, and code snippit of the failure. + +**Attachments** +Attach the Jenkins job log as a .txt file and any other relevant information. + +**Additional context** +Add any other context about the problem here.