|
1 | 1 | name: "🐞 Bug report" |
2 | 2 | description: "Create a report to help us reproduce and fix the bug" |
3 | | - |
| 3 | +labels: "kind/bug,status/unconfirmed" |
| 4 | +title: "[Bug] " |
4 | 5 |
|
5 | 6 | body: |
6 | 7 | - type: markdown |
7 | 8 | attributes: |
8 | 9 | value: | |
9 | | - Thank you for reporting this issue to help us improve! |
10 | 10 | If you have already identified the reason, we strongly appreciate you creating a new PR to fix it [here](https://github.com/open-mmlab/mmdetection/pulls)! |
11 | 11 | If this issue is about installing MMCV, please file an issue at [MMCV](https://github.com/open-mmlab/mmcv/issues/new/choose). |
12 | | - If you need our help, please fill in as much of the following form as you're able. |
| 12 | + If you need our help, please fill in as much of the following form as you're able to. |
| 13 | +
|
| 14 | + **The less clear the description, the longer it will take to solve it.** |
13 | 15 |
|
14 | 16 | - type: checkboxes |
15 | 17 | attributes: |
16 | 18 | label: Prerequisite |
17 | 19 | description: Please check the following items before creating a new issue. |
18 | 20 | options: |
19 | | - - label: I have searched [the existing and past issues](https://github.com/open-mmlab/mmdetection/issues) but cannot get the expected help. |
| 21 | + - label: I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expected help. |
20 | 22 | required: true |
21 | 23 | - label: I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help. |
22 | 24 | required: true |
23 | | - - label: The bug has not been fixed in the [latest version](https://github.com/open-mmlab/mmdetection). |
| 25 | + - label: The bug has not been fixed in the [latest version (master)](https://github.com/open-mmlab/mmdetection) or [latest version (3.x)](https://github.com/open-mmlab/mmdetection/tree/dev-3.x). |
24 | 26 | required: true |
25 | 27 |
|
| 28 | + - type: dropdown |
| 29 | + id: task |
| 30 | + attributes: |
| 31 | + label: Task |
| 32 | + description: The problem arises when |
| 33 | + options: |
| 34 | + - I'm using the official example scripts/configs for the officially supported tasks/models/datasets. |
| 35 | + - I have modified the scripts/configs, or I'm working on my own tasks/models/datasets. |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: dropdown |
| 40 | + id: branch |
| 41 | + attributes: |
| 42 | + label: Branch |
| 43 | + description: The problem arises when I'm working on |
| 44 | + options: |
| 45 | + - master branch https://github.com/open-mmlab/mmdetection |
| 46 | + - 3.x branch https://github.com/open-mmlab/mmdetection/tree/3.x |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + |
26 | 51 | - type: textarea |
27 | 52 | attributes: |
28 | | - label: 🐞 Describe the bug |
| 53 | + label: Environment |
29 | 54 | description: | |
30 | | - Please provide a clear and concise description of what the bug is. |
31 | | - Preferably a simple and minimal code snippet that we can reproduce the error by running the code. |
32 | | - placeholder: | |
33 | | - A clear and concise description of what the bug is. |
| 55 | + Please run `python mmdet/utils/collect_env.py` to collect necessary environment information and copy-paste it here. |
| 56 | + You may add additional information that may be helpful for locating the problem, such as |
| 57 | + - How you installed PyTorch \[e.g., pip, conda, source\] |
| 58 | + - Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.) |
| 59 | + validations: |
| 60 | + required: true |
34 | 61 |
|
| 62 | + - type: textarea |
| 63 | + attributes: |
| 64 | + label: Reproduces the problem - code sample |
| 65 | + description: | |
| 66 | + Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet. |
| 67 | + placeholder: | |
35 | 68 | ```python |
36 | 69 | # Sample code to reproduce the problem |
37 | 70 | ``` |
| 71 | + validations: |
| 72 | + required: true |
38 | 73 |
|
| 74 | + - type: textarea |
| 75 | + attributes: |
| 76 | + label: Reproduces the problem - command or script |
| 77 | + description: | |
| 78 | + What command or script did you run? |
| 79 | + placeholder: | |
39 | 80 | ```shell |
40 | 81 | The command or script you run. |
41 | 82 | ``` |
42 | | -
|
43 | | - ``` |
44 | | - The error message or logs you got, with the full traceback. |
45 | | - ``` |
46 | 83 | validations: |
47 | 84 | required: true |
48 | 85 |
|
49 | 86 | - type: textarea |
50 | 87 | attributes: |
51 | | - label: Environment |
| 88 | + label: Reproduces the problem - error message |
52 | 89 | description: | |
53 | | - Please run `python mmdet/utils/collect_env.py` to collect necessary environment information and paste it here. |
54 | | - You may add addition that may be helpful for locating the problem, such as |
55 | | - - How you installed PyTorch \[e.g., pip, conda, source\] |
56 | | - - Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.) |
| 90 | + Please provide the error message or logs you got, with the full traceback. |
| 91 | + placeholder: | |
| 92 | + ``` |
| 93 | + The error message or logs you got, with the full traceback. |
| 94 | + ``` |
57 | 95 | validations: |
58 | 96 | required: true |
59 | 97 |
|
|
62 | 100 | label: Additional information |
63 | 101 | description: Tell us anything else you think we should know. |
64 | 102 | placeholder: | |
65 | | - 1. Did you make any modifications on the code or config? Did you understand what you have modified? |
| 103 | + 1. What's your expected result? |
66 | 104 | 2. What dataset did you use? |
67 | 105 | 3. What do you think might be the reason? |
0 commit comments