diff --git a/.github/ISSUE_MODULES/class3.md b/.github/ISSUE_MODULES/class3.md deleted file mode 100644 index 53d69b9a..00000000 --- a/.github/ISSUE_MODULES/class3.md +++ /dev/null @@ -1,33 +0,0 @@ -## Class 3 - To be completed only for **Class 3 defects** -More information is needed for filling Class 3 defects, in order to be compliant with Nuclear Industry standards. - -### Class 3 Training Link (must be updated for GitHub) -[Make sure you have taken this training to know how to fill Class 3 defect](https://ansys.sharepoint.com/sites/QualitySystemTraining/SitePages/Class-3-Defect-Training.aspx) - -### Class 3 Description -_Enter here the description of the bug_ - -### Suggested User Action -_Enter here the suggested actions for avoiding the bug_ - -### Class 3 Signoffs -- Report Writer : _Enter name_ -- Date (YYYY-MM-DD) : _Enter date_ -- [ ] Report Writer Signoff - -- Tech Reviewer : _Enter name_ -- Date (YYYY-MM-DD) : _Enter date_ -- [ ] Tech Reviewer Signoff - -- Doc Reviewer : _Enter name_ -- Date (YYYY-MM-DD) : _Enter date_ -- [ ] Doc Reviewer Signoff - -- Signing Manager : _Enter name_ -- Date (YYYY-MM-DD) : _Enter date_ -- [ ] Signing Manager Signoff - -- Report Poster : _Enter name_ -- Date (YYYY-MM-DD) : _Enter date_ -- Class 2 Report Number (Corporate Quality) : _Enter Number_ -- [ ] Report Poster Signoff diff --git a/.github/ISSUE_TEMPLATE/bug-form.yml b/.github/ISSUE_TEMPLATE/bug-form.yml deleted file mode 100644 index ed605ca5..00000000 --- a/.github/ISSUE_TEMPLATE/bug-form.yml +++ /dev/null @@ -1,49 +0,0 @@ -name: Bug -description: File a bug report with a form. -labels: ["bug"] -body: - - type: markdown - attributes: - value: | - Before opening a bug report, please search for the behaviour in the existing issues. - - --- - - Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information. - - type: dropdown - id: deployment_template - attributes: - label: deployment template - description: which deployment template are you using - options: - - rep-core - - rep-gateway-parallel-cluster - - rep-kubernetes - - other (please specify in the description) - validations: - required: true - - type: textarea - id: bug-description - attributes: - label: Bug description - description: A clear and concise description of what the bug is. Screenshots can be used here to aid in the description. - validations: - required: true - - type: textarea - id: expected-behavior - attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen. Screenshots can be used here to aid in the description. - validations: - required: true - - type: textarea - id: steps - attributes: - label: Steps to reproduce - description: Which steps do we need to take to reproduce this error? Ideally a script to reproduce the error (pyrep or cpp-client) would be provided - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Logs or tracebacks coming from the service(s) should be attached. Please attach the full log and not a partial. - render: shell diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0086358d..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 869b717f..00000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: 💡 New feature -description: Enhancement Request -title: "Add ..." -labels: ["enhancement"] -assignees: [""] - -body: - - - type: textarea - id: feature-description - attributes: - label: '📝 Description of the feature' - placeholder: Describe the feature that you want to be added - validations: - required: true - - - type: textarea - id: implementation-description - attributes: - label: '💡 Steps for implementing the feature' - validations: - required: false - - - type: textarea - id: references - attributes: - label: '🔗 Useful links and references' - validations: - required: false