From 657957d300e88bf05c39786d56022d6021a339f0 Mon Sep 17 00:00:00 2001 From: Todd Viegut Date: Fri, 8 Nov 2024 09:15:44 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/cimtool-bug-report.md | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/cimtool-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/cimtool-bug-report.md b/.github/ISSUE_TEMPLATE/cimtool-bug-report.md new file mode 100644 index 00000000..239a3683 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cimtool-bug-report.md @@ -0,0 +1,36 @@ +--- +name: CIMTool Bug Report +about: Create a report to help us improve CIMTool +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. This should include a high level description of what you were trying to do that produced the issue. (e.g. "While creating a new profile I selected the + +** CIMTool release** +The exact release of CIMTool you were using (e.g. CIMTool 2.0.1) + +** CIM Schema version ** +If relevant to the bug you are reporting, please include the exact name of the schema(s) you are using for your profiling. For example: +- iec61970cim17v38_iec61968cim13v13b_iec62325cim03v17a_CIM100.2.eap +- iec61970cim17v40-cimtool.xmi +- other... + +**To Reproduce** +Depending on the nature of the bug, in some cases it can be helpful to provide detailed steps to reproduce the behavior. If you assess this is the case please include here such as: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.