|
1 | 1 | name: Bug Report |
2 | 2 | description: Using MetaMask, but it's not working as you expect? |
3 | | -title: "[Bug]: " |
4 | | -labels: ["type-bug"] |
| 3 | +title: '[Bug]: ' |
| 4 | +labels: ['type-bug'] |
5 | 5 | body: |
6 | | - - type: markdown |
7 | | - attributes: |
8 | | - value: | |
9 | | - Thanks for taking the time to fill out this bug report! |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! |
10 | 10 |
|
11 | | - ## **Before Submitting:** |
| 11 | + ## **Before Submitting:** |
12 | 12 |
|
13 | | - * Please search to make sure this issue has not been opened already. |
14 | | - * If this is a question about how to integrate MetaMask with your project, please ask in our [Community forum](https://community.metamask.io/c/developer-questions/) instead. This will get your question answered more quickly and make it easier for other devs to find the answer in the future. |
15 | | - - type: textarea |
16 | | - id: what-happened |
17 | | - attributes: |
18 | | - label: Describe the bug |
19 | | - description: What happened? |
20 | | - placeholder: A clear and concise description of what the bug is |
21 | | - validations: |
22 | | - required: true |
23 | | - - type: textarea |
24 | | - id: expected-behavior |
25 | | - attributes: |
26 | | - label: Expected behavior |
27 | | - description: What did you expect to happen? |
28 | | - - type: textarea |
29 | | - id: screenshot-recording |
30 | | - attributes: |
31 | | - label: Screenshots/Recordings |
32 | | - description: Please include screenshots/recordings if applicable! |
33 | | - - type: textarea |
34 | | - id: reproduce |
35 | | - attributes: |
36 | | - label: Steps to reproduce |
37 | | - description: "List all steps needed to reproduce the problem:" |
38 | | - placeholder: | |
39 | | - 1. Go to '...' |
40 | | - 2. Click on '...' |
41 | | - 3. Scroll down to '...' |
42 | | - 4. See error |
43 | | - validations: |
44 | | - required: true |
45 | | - - type: textarea |
46 | | - id: error |
47 | | - attributes: |
48 | | - label: Error messages or log output |
49 | | - description: Please copy and paste any relevant error messages or log output. This will be automatically formatted, so there is no need for backticks. |
50 | | - render: shell |
51 | | - - type: dropdown |
52 | | - id: stage |
53 | | - attributes: |
54 | | - label: Detection stage |
55 | | - description: At what stage was the bug detected? |
56 | | - options: |
57 | | - - In production (default) |
58 | | - - In beta |
59 | | - - During release testing |
60 | | - - On main branch |
61 | | - - On a feature branch |
62 | | - validations: |
63 | | - required: true |
64 | | - - type: input |
65 | | - id: version |
66 | | - attributes: |
67 | | - label: Version |
68 | | - description: What version of MetaMask are you running? You can find the version in "Settings" > "About" |
69 | | - placeholder: "7.1.0" |
70 | | - validations: |
71 | | - required: true |
72 | | - - type: dropdown |
73 | | - id: build |
74 | | - attributes: |
75 | | - label: Build type |
76 | | - description: Are you using a testing or development build of MetaMask? If so, please select the type of build you are using. |
77 | | - options: |
78 | | - - Beta |
79 | | - - Flask |
80 | | - - Other (please specify exactly where you obtained this build in "Additional Context" section) |
81 | | - - type: dropdown |
82 | | - id: browsers |
83 | | - attributes: |
84 | | - label: Browser |
85 | | - description: Which browsers have you seen the problem on? |
86 | | - multiple: true |
87 | | - options: |
88 | | - - Chrome |
89 | | - - Firefox |
90 | | - - Microsoft Edge |
91 | | - - Brave |
92 | | - - Other (please elaborate in the "Additional Context" section) |
93 | | - validations: |
94 | | - required: true |
95 | | - - type: dropdown |
96 | | - id: os |
97 | | - attributes: |
98 | | - label: Operating system |
99 | | - description: Which operating systems have you seen the problem on? |
100 | | - multiple: true |
101 | | - options: |
102 | | - - Windows |
103 | | - - MacOS |
104 | | - - Linux |
105 | | - - Other (please elaborate in the "Additional Context" section) |
106 | | - validations: |
107 | | - required: true |
108 | | - - type: dropdown |
109 | | - id: hardware-wallet |
110 | | - attributes: |
111 | | - label: Hardware wallet |
112 | | - description: Are you using any of these hardware wallets? Please include the firmware version in the "Additional context" section below for any that you select here. |
113 | | - multiple: true |
114 | | - options: |
115 | | - - Ledger |
116 | | - - Trezor |
117 | | - - Keystone |
118 | | - - GridPlus Lattice1 |
119 | | - - AirGap Vault |
120 | | - - imToken |
121 | | - - OneKey |
122 | | - - Other (please elaborate in the "Additional Context" section) |
123 | | - - type: textarea |
124 | | - id: additional |
125 | | - attributes: |
126 | | - label: Additional context |
127 | | - description: Add any other context about the problem here, e.g. related issues, additional error messages or logs, or any potentially relevant details about the environment or situation the bug occurred in. |
128 | | - - type: textarea |
129 | | - id: severity |
130 | | - attributes: |
131 | | - label: Severity |
132 | | - description: | |
133 | | - To be added after bug submission by internal support / PM: |
134 | | - placeholder: | |
135 | | - - How critical is the impact of this bug on a user? |
136 | | - - Add stats if available on % of customers impacted |
137 | | - - Is this visible to all users? |
138 | | - - Is this tech debt? |
| 13 | + * Please search to make sure this issue has not been opened already. |
| 14 | + * If this is a question about how to integrate MetaMask with your project, please ask in our [Community forum](https://community.metamask.io/c/developer-questions/) instead. This will get your question answered more quickly and make it easier for other devs to find the answer in the future. |
| 15 | + - type: textarea |
| 16 | + id: what-happened |
| 17 | + attributes: |
| 18 | + label: Describe the bug |
| 19 | + description: What happened? |
| 20 | + placeholder: A clear and concise description of what the bug is |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + - type: textarea |
| 24 | + id: expected-behavior |
| 25 | + attributes: |
| 26 | + label: Expected behavior |
| 27 | + description: What did you expect to happen? |
| 28 | + - type: textarea |
| 29 | + id: screenshot-recording |
| 30 | + attributes: |
| 31 | + label: Screenshots/Recordings |
| 32 | + description: Please include screenshots/recordings if applicable! |
| 33 | + - type: textarea |
| 34 | + id: reproduce |
| 35 | + attributes: |
| 36 | + label: Steps to reproduce |
| 37 | + description: 'List all steps needed to reproduce the problem:' |
| 38 | + placeholder: | |
| 39 | + 1. Go to '...' |
| 40 | + 2. Click on '...' |
| 41 | + 3. Scroll down to '...' |
| 42 | + 4. See error |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + - type: textarea |
| 46 | + id: error |
| 47 | + attributes: |
| 48 | + label: Error messages or log output |
| 49 | + description: Please copy and paste any relevant error messages or log output. This will be automatically formatted, so there is no need for backticks. |
| 50 | + render: shell |
| 51 | + - type: dropdown |
| 52 | + id: stage |
| 53 | + attributes: |
| 54 | + label: Detection stage |
| 55 | + description: At what stage was the bug detected? |
| 56 | + options: |
| 57 | + - In production (default) |
| 58 | + - In beta |
| 59 | + - During release testing |
| 60 | + - On main branch |
| 61 | + - On a feature branch |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + - type: input |
| 65 | + id: version |
| 66 | + attributes: |
| 67 | + label: Version |
| 68 | + description: What version of MetaMask are you running? You can find the version in "Settings" > "About" |
| 69 | + placeholder: '7.1.0' |
| 70 | + validations: |
| 71 | + required: true |
| 72 | + - type: dropdown |
| 73 | + id: build |
| 74 | + attributes: |
| 75 | + label: Build type |
| 76 | + description: Are you using a testing or development build of MetaMask? If so, please select the type of build you are using. |
| 77 | + options: |
| 78 | + - Beta |
| 79 | + - Flask |
| 80 | + - Other (please specify exactly where you obtained this build in "Additional Context" section) |
| 81 | + - type: dropdown |
| 82 | + id: browsers |
| 83 | + attributes: |
| 84 | + label: Browser |
| 85 | + description: Which browsers have you seen the problem on? |
| 86 | + multiple: true |
| 87 | + options: |
| 88 | + - Chrome |
| 89 | + - Firefox |
| 90 | + - Microsoft Edge |
| 91 | + - Brave |
| 92 | + - Other (please elaborate in the "Additional Context" section) |
| 93 | + validations: |
| 94 | + required: true |
| 95 | + - type: dropdown |
| 96 | + id: os |
| 97 | + attributes: |
| 98 | + label: Operating system |
| 99 | + description: Which operating systems have you seen the problem on? |
| 100 | + multiple: true |
| 101 | + options: |
| 102 | + - Windows |
| 103 | + - MacOS |
| 104 | + - Linux |
| 105 | + - Other (please elaborate in the "Additional Context" section) |
| 106 | + validations: |
| 107 | + required: true |
| 108 | + - type: dropdown |
| 109 | + id: hardware-wallet |
| 110 | + attributes: |
| 111 | + label: Hardware wallet |
| 112 | + description: Are you using any of these hardware wallets? Please include the firmware version in the "Additional context" section below for any that you select here. |
| 113 | + multiple: true |
| 114 | + options: |
| 115 | + - Ledger |
| 116 | + - Trezor |
| 117 | + - Keystone |
| 118 | + - GridPlus Lattice1 |
| 119 | + - AirGap Vault |
| 120 | + - imToken |
| 121 | + - OneKey |
| 122 | + - Other (please elaborate in the "Additional Context" section) |
| 123 | + - type: textarea |
| 124 | + id: additional |
| 125 | + attributes: |
| 126 | + label: Additional context |
| 127 | + description: Add any other context about the problem here, e.g. related issues, additional error messages or logs, or any potentially relevant details about the environment or situation the bug occurred in. |
| 128 | + - type: textarea |
| 129 | + id: severity |
| 130 | + attributes: |
| 131 | + label: Severity |
| 132 | + description: | |
| 133 | + To be added after bug submission by internal support / PM: |
| 134 | + placeholder: | |
| 135 | + - How critical is the impact of this bug on a user? |
| 136 | + - Add stats if available on % of customers impacted |
| 137 | + - Is this visible to all users? |
| 138 | + - Is this tech debt? |
0 commit comments