|
| 1 | +name: Bug report |
| 2 | +description: Create a bug report for SuperCoder. |
| 3 | +labels: ['status: needs triage'] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ### ⚠️ Issue Creation Guideline |
| 9 | + * Join our [discord](https://discord.gg/dXbRe5BHJC) to discuss what's going on |
| 10 | + * If you need help, you can ask in the [#general-discussion](https://discord.com/channels/1107593006032355359/1257985438627663924) section or in [#supercoder-support](https://discord.com/channels/1107593006032355359/1256153481387970632) |
| 11 | + * **Thoroughly search the [existing issues](https://github.com/TransformerOptimus/SuperCoder/issues) before creating a new one** |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + attributes: |
| 15 | + label: ⚠️ Check for existing issues before proceeding. ⚠️ |
| 16 | + description: > |
| 17 | + Please [search the history](https://github.com/TransformerOptimus/SuperCoder/issues) |
| 18 | + to see if an issue already exists for the same problem. |
| 19 | + options: |
| 20 | + - label: I have searched the existing issues, and there is no existing issue for my problem |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: markdown |
| 24 | + attributes: |
| 25 | + value: | |
| 26 | + Please confirm that the issue you have is described well and precise in the title above ⬆️. |
| 27 | + Think like this: What would you type if you were searching for the issue? |
| 28 | + |
| 29 | + For example: |
| 30 | + ❌ - SuperCoder workbench server shows 503 error. |
| 31 | + ✅ - Even after story is executed completely and moved to "Done" stage, SuperCoder workbench server shows 503 error. |
| 32 | + |
| 33 | + Please help us help you by following these steps: |
| 34 | + - Search for existing issues, adding a comment when you have the same or similar issue is tidier than "new issue" and |
| 35 | + newer issues will not be reviewed earlier, this is dependent on the current priorities set by our wonderful team |
| 36 | + - Ask on our Discord if your issue is known when you are unsure (https://discord.gg/dXbRe5BHJC) |
| 37 | + - Provide relevant info: |
| 38 | + - Provide Docker Logs(docker compose logs) and workbench ID (looks like "be-oqajm-24ec535d-eb35-4099-91c2-6fb7415337dd") whenever possible. |
| 39 | + - If it's a pip/packages issue, mention this in the title and provide pip version, python version. |
| 40 | + - Check network tab and provide any screenshot if you see a failing request with your issue. |
| 41 | + - type: dropdown |
| 42 | + attributes: |
| 43 | + label: Where are you using SuperCoder? |
| 44 | + description: > |
| 45 | + Please select the operating system you were using to run SuperCoder when this problem occurred. |
| 46 | + options: |
| 47 | + - Windows |
| 48 | + - Linux |
| 49 | + - MacOS |
| 50 | + - Codespaces |
| 51 | + - Cloud |
| 52 | + - Other |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + nested_fields: |
| 56 | + - type: text |
| 57 | + attributes: |
| 58 | + label: Specify the system |
| 59 | + description: Please specify the system you are working on. |
| 60 | + |
| 61 | + - type: dropdown |
| 62 | + attributes: |
| 63 | + label: Which branch of SuperCoder are you using? |
| 64 | + description: | |
| 65 | + Please select which version of SuperCoder you were using when this issue occurred. |
| 66 | + If installed with git you can run `git branch` to see which version of SuperCoder you are running. |
| 67 | + options: |
| 68 | + - Main |
| 69 | + - Other |
| 70 | + validations: |
| 71 | + required: true |
| 72 | + |
| 73 | + |
| 74 | + - type: dropdown |
| 75 | + attributes: |
| 76 | + label: Which area covers your issue best? |
| 77 | + description: > |
| 78 | + Select the area related to the issue you are reporting. |
| 79 | + options: |
| 80 | + - Installation and setup |
| 81 | + - Front-End Board |
| 82 | + - Front-End Workbench |
| 83 | + - Back-End Board |
| 84 | + - Back-End Workbench |
| 85 | + - Code Editor |
| 86 | + - Pull Request |
| 87 | + - Settings |
| 88 | + - Other |
| 89 | + validations: |
| 90 | + required: true |
| 91 | + autolabels: true |
| 92 | + nested_fields: |
| 93 | + - type: text |
| 94 | + attributes: |
| 95 | + label: Specify the area |
| 96 | + description: Please specify the area you think is best related to the issue. |
| 97 | + |
| 98 | + - type: textarea |
| 99 | + attributes: |
| 100 | + label: Describe your issue. |
| 101 | + description: Describe the problem you are experiencing. Try to describe only the issue and phrase it short but clear. ⚠️ Provide NO other data in this field |
| 102 | + validations: |
| 103 | + required: true |
| 104 | + |
| 105 | + - type: textarea |
| 106 | + attributes: |
| 107 | + label: How to replicate your Issue? |
| 108 | + description: | |
| 109 | + Always Mention Project Name, Workbench ID. |
| 110 | + For Back-End Story mention - Story Summary, Description, Test Cases and Dev instructions. |
| 111 | + Provide any other data which might be relevant for us to replicate this issue. |
| 112 | + ⚠️ Provide NO other data in this field |
| 113 | + validations: |
| 114 | + required: false |
| 115 | + |
| 116 | + - type: markdown |
| 117 | + attributes: |
| 118 | + value: | |
| 119 | + ⚠️ Please keep in mind that the log files may contain personal information such as credentials. Make sure you hide them before copy/pasting it! ⚠️ |
| 120 | + - type: input |
| 121 | + attributes: |
| 122 | + label: Upload Error Log Content |
| 123 | + description: | |
| 124 | + Upload the error log content, this can help us understand the issue better. |
| 125 | + To do this, you can simply copy the logs from the terminal with which you did 'docker compose up' or in a new terminal, |
| 126 | + enter 'docker compose logs' and copy/paste the error contents to this field. |
| 127 | + If you're using the cloud version, add network tab details or any traceback error if applicable. if no error log present, write N/A. |
| 128 | + ⚠️ The activity log may contain personal data given to SuperCoder by you in prompt or input as well as |
| 129 | + any personal information that SuperCoder collected out of files during last run. Please hide them before sharing. ⚠️ |
| 130 | + validations: |
| 131 | + required: true |
0 commit comments