|
| 1 | +name: Performance Report |
| 2 | +description: File a performance report |
| 3 | +title: "PERF: " |
| 4 | +labels: ["performance", "needs triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + We're sorry to hear your having trouble with our library. By filling out the following form in its entirety, we will be able to better diagnose the problem and help you reach a resolution. Thank you in advance for taking the time to fill out the form! |
| 10 | + - type: checkboxes |
| 11 | + attributes: |
| 12 | + label: Is there an existing issue for this? |
| 13 | + description: Please search to see if an issue already exists for the performance issue you encountered. |
| 14 | + options: |
| 15 | + - label: I have searched the existing issues, known issues in release notes, and documentation. |
| 16 | + required: true |
| 17 | + - type: textarea |
| 18 | + id: brief-description |
| 19 | + attributes: |
| 20 | + label: Brief Description of the Issue and Expected Behavior |
| 21 | + description: Briefly describe the issue you encountered and what you expected to happen. |
| 22 | + placeholder: Tell us what you see profiling wise. |
| 23 | + value: "This profile shows..." |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + - type: textarea |
| 27 | + id: system-information |
| 28 | + attributes: |
| 29 | + label: Platform and Version Information |
| 30 | + description: | |
| 31 | + Please complete the following steps and paste it in the box below: |
| 32 | +
|
| 33 | + 1. Select the `Help` dropdown from the taskbar at the top left side of the application |
| 34 | + 2. Select the `About DREAM3D-NX` option near the bottom of the dropdown submenu |
| 35 | + 3. Click the `Copy Info` button from the pop-up window to copy it to your clipboard |
| 36 | + 4. Paste the information in the box below, using `ctrl-v` on the keyboard or by left-clicking and selecting `paste` |
| 37 | +
|
| 38 | + Example copied information shown in the preview. |
| 39 | + placeholder: | |
| 40 | + DREAM3D-NX Build Revision: cba61ebbca |
| 41 | + DREAM3D-NX Build Date: 2025/07/18 |
| 42 | + Operating System: Ubuntu 22.04.5 LTS |
| 43 | + Architecture: x86_64 |
| 44 | + System Locale: en_US |
| 45 | + Installed RAM: 62.5 GB |
| 46 | + Built and maintained by BlueQuartz Software, LLC. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: dropdown |
| 50 | + id: error-type |
| 51 | + attributes: |
| 52 | + label: What section did you encounter the deprecated performance in? [Further details may be required during triage process] |
| 53 | + multiple: true |
| 54 | + options: |
| 55 | + - GUI client |
| 56 | + - NXRunner |
| 57 | + - Python Bindings |
| 58 | + - Specific filter |
| 59 | + validations: |
| 60 | + required: false |
| 61 | + - type: textarea |
| 62 | + id: steps-to-reproduce |
| 63 | + attributes: |
| 64 | + label: Steps To Reproduce |
| 65 | + description: Please include the steps to reproduce the behavior in order to help you as efficiently as possible. |
| 66 | + placeholder: | |
| 67 | + 1. With this config... |
| 68 | + 2. Run '...' |
| 69 | + validations: |
| 70 | + required: false |
| 71 | + - type: textarea |
| 72 | + id: logs |
| 73 | + attributes: |
| 74 | + label: Relevant log output |
| 75 | + description: Please copy and paste any relevant log output. This can be found in the output widget of the interface or the console output of PipelineRunner. |
| 76 | + render: "Text" |
| 77 | + validations: |
| 78 | + required: false |
| 79 | + - type: textarea |
| 80 | + id: further-detail |
| 81 | + attributes: |
| 82 | + label: Anything else? |
| 83 | + description: | |
| 84 | + Pipeline? Data? References? Compiler? Hardware? Anything that will give us more context about the issue you are encountering! |
| 85 | +
|
| 86 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 87 | + validations: |
| 88 | + required: false |
| 89 | + - type: checkboxes |
| 90 | + id: terms |
| 91 | + attributes: |
| 92 | + label: Code of Conduct |
| 93 | + description: By submitting this issue, you understand that your issue may be closed if you do not remain cordial, do not provide further detail if prompted, or do not engage with responses from the developers in a reasonable time. |
| 94 | + options: |
| 95 | + - label: I agree to follow this project's Code of Conduct |
| 96 | + required: true |
0 commit comments