|
| 1 | +name: 🛠️ Build Error |
| 2 | +description: Report a build error for this project |
| 3 | +title: "[BUILD ERROR] <title>" |
| 4 | +labels: ["Build ERR"] |
| 5 | +body: |
| 6 | +- type: checkboxes |
| 7 | + id: prev_issue |
| 8 | + attributes: |
| 9 | + label: Is there an existing issue for this? |
| 10 | + description: Please search to see if an issue already exists for the build error you encountered. |
| 11 | + options: |
| 12 | + - label: I have searched the existing issues |
| 13 | + required: true |
| 14 | +- type: textarea |
| 15 | + attributes: |
| 16 | + label: Description of the Build Error |
| 17 | + description: Provide a clear and concise description of what the build error is. |
| 18 | + validations: |
| 19 | + required: true |
| 20 | +- type: textarea |
| 21 | + attributes: |
| 22 | + label: Expected Behavior |
| 23 | + description: Provide a clear and concise description of what you expected to happen. |
| 24 | + validations: |
| 25 | + required: true |
| 26 | +- type: textarea |
| 27 | + attributes: |
| 28 | + label: To Reproduce |
| 29 | + description: Describe the steps you took to trigger the build error. Include any commands you executed or files you modified. |
| 30 | + placeholder: | |
| 31 | + 1. Go to '...' |
| 32 | + 2. Click on '....' |
| 33 | + 3. Scroll down to '....' |
| 34 | + 4. See error |
| 35 | + validations: |
| 36 | + required: true |
| 37 | +- type: textarea |
| 38 | + attributes: |
| 39 | + label: Environment Information |
| 40 | + description: | |
| 41 | + Provide details about your environment. |
| 42 | + Example: |
| 43 | + - Operating System version: Ubuntu 20.04 |
| 44 | + - GCC version: 9.3.0 |
| 45 | + - Pybind version: 2.8.1 |
| 46 | + - CUDA version: 11.4 |
| 47 | + - NVIDIA NCCL CU11 version: 2.14.3 |
| 48 | + - CMake version: 3.21.2 |
| 49 | + - Pip version: 22.0.0 |
| 50 | + value: | |
| 51 | + - Operating System version: |
| 52 | + - GCC version: |
| 53 | + - Pybind version: |
| 54 | + - CUDA version: |
| 55 | + - NVIDIA NCCL CU11 version: |
| 56 | + - CMake version: |
| 57 | + - Pip version: |
| 58 | + render: markdown |
| 59 | + validations: |
| 60 | + required: true |
| 61 | +- type: dropdown |
| 62 | + attributes: |
| 63 | + label: Installation Method |
| 64 | + description: Please indicate if the error occurred during source code installation or when using the pip install .whl method. |
| 65 | + options: |
| 66 | + - Source Code Installation |
| 67 | + - Pip Install .whl Method |
| 68 | + validations: |
| 69 | + required: true |
| 70 | +- type: textarea |
| 71 | + attributes: |
| 72 | + label: Full Error Traceback |
| 73 | + description: Provide the complete error traceback. |
| 74 | + validations: |
| 75 | + required: true |
| 76 | +- type: textarea |
| 77 | + attributes: |
| 78 | + label: Additional Information |
| 79 | + description: | |
| 80 | + Provide any other relevant context or information about the problem here. |
| 81 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 82 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 83 | + validations: |
| 84 | + required: false |
| 85 | +- type: checkboxes |
| 86 | + id: confirm |
| 87 | + attributes: |
| 88 | + label: Confirmation |
| 89 | + description: Please confirm that you have reviewed all of the above requirements and verified the information provided before submitting this report. |
| 90 | + options: |
| 91 | + - label: I have reviewed and verified all the information provided in this report. |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + |
0 commit comments