diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100755 index 8af3308dc..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report -about: Create a report to help us to fix the issue - ---- - -Please check the [GitHub issues system](https://github.com/nroduit/Weasis/issues), the [forum](https://groups.google.com/group/dcm4che) and/or this [website](../getting-started) first to see if your problem has not been reported yet. - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -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. - -**Desktop (please complete the following information):** - - OS: [e.g. macOS 10.15.1] - - Weasis Version [e.g. 3.1.0] - -**Additional context** -Add any other context about the problem here [e.g. network issue: give information about anti-virus or network security software, firewall, proxy...]. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Traces** -If applicable, add [log files from Weasis](https://nroduit.github.io/en/faq/#how-to-enable-weasis-logging) or from the DICOM archive. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100755 index 000000000..a0d0573da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,60 @@ +name: Bug Report +description: Create a report to help us to fix the issue +labels: ["Type: Bug", "triage"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: Describe the bug. What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A clear and concise description of what you observe. If applicable, add screenshots to illustrate your problem. + Steps to reproduce the behavior: + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Weasis Version + description: What version of Weasis are you running? + options: + - current SNAPSHOT from github + - modified version + - latest release + - previous release 4.x + - previous release 3.x + validations: + required: true + - type: dropdown + id: system + attributes: + label: On which system the problem occurs? + multiple: true + options: + - Windows + - Linux + - macOS + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant [log output from Weasis](https://nroduit.github.io/en/tutorials/logging/) or from the DICOM archive. + render: shell + - type: textarea + id: context + attributes: + label: Additional contextual elements + description: Add more contextual information about the problem (e.g. for network issue, give information about anti-virus or network security software, firewall, proxy...). + placeholder: Contextual elements + value: "List of contextual elements (e.g. OS version, type of Weasis installer, Graphic card, OpenGL version...)" + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1b3704cba..707de3f9f 100755 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ blank_issues_enabled: true contact_links: + - name: Frequently Asked Questions (FAQs) + url: https://nroduit.github.io/en/faq + about: Frequently Asked Questions (FAQs) on Weasis - name: Questions or ideas url: https://github.com/nroduit/Weasis/discussions about: if you have questions, ideas or if you want to tell something about Weasis - name: Google group url: https://groups.google.com/g/dcm4che - about: Discussion about dcm4chee and Weasis + about: Questions and discussions about dcm4che and Weasis \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100755 index d900ba4e9..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea, a feature or an enhancement - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the issue is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100755 index 000000000..bfa26b938 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,38 @@ +name: "Feature Request" +description: Suggest an idea, a feature or an enhancement +labels: ["Type: Feature", "triage"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to request a new feature! + - type: textarea + attributes: + label: Is your feature request related to a problem? (optional) + placeholder: A clear and concise description of what the issue is. Ex. I'm always frustrated when [...] + validations: + required: false + - type: textarea + attributes: + label: Description of the new feature/enhancement + placeholder: A clear and concise description of what you want to see or to happen. + validations: + required: true + - type: textarea + attributes: + label: Proposed technical implementation details (optional) + placeholder: Suggest how this might be implemented. + validations: + required: false + - type: textarea + attributes: + label: Describe alternatives you've considered (optional) + placeholder: A clear and concise description of any alternative solutions or features you've considered. + validations: + required: false + - type: textarea + attributes: + label: Additional context (optional) + placeholder: Add any other contextual information or screenshots about the feature request here. + validations: + required: false \ No newline at end of file