|
1 | 1 | --- |
2 | | -name: Bug reports |
3 | | -about: Bug reports |
4 | | -title: bug - [component/module] - bug title |
5 | | -labels: '' |
6 | | -assignees: '' |
| 2 | +name: Bug Report |
| 3 | +about: File a bug report |
| 4 | +title: "bug - [component/module] - bug title" |
| 5 | +labels: "bug report" |
| 6 | +assignees: "" |
7 | 7 | --- |
8 | 8 |
|
9 | | -<!-- ## We appreciate you creating a new issue 😄! |
| 9 | +## Thanks for creating an issue 😄! |
10 | 10 |
|
11 | | -Don't forget to check that there are no other open/closed issues before creating your issue. Someone may have already asked this question/request. |
12 | | -Please fill in as many of the fields as possible to facilitate the resolution or clarification of your question ❤️. |
| 11 | +Please search open/closed issues before submitting. Someone might have asked the same thing before. |
| 12 | +To help us, please take the time to accurately fill out this template. ❤️ |
13 | 13 |
|
14 | | ---> |
| 14 | +#### 1. Describe the bug: |
15 | 15 |
|
16 | | -#### 1. Bug description: |
| 16 | +> A brief description of the issue. |
| 17 | +> Ex: When I \_**\_, I expected \_\_** to happen but \_\_\_\_ happened instead. |
17 | 18 |
|
18 | | -> Enter a simple description about the bug |
19 | | -> Example: When I \_**\_, I expected the behavior \_\_** but the behavior \_\_\_\_ occurred |
| 19 | +--- |
| 20 | + |
| 21 | +#### 2. Version: |
| 22 | + |
| 23 | +> The version of this library that are using. |
20 | 24 |
|
21 | 25 | --- |
22 | 26 |
|
23 | | -#### 3. Link to bug example: |
| 27 | +#### 3. Link to Reproduction: |
24 | 28 |
|
25 | | -> Link to CodeSandbox or any sandbox service that shows the error happening (see https://github.com/accezar/multi-package-start#codesandbox-templates for examples) |
| 29 | +> A link to a CodeSandbox or any other sandbox service which demonstrates the bug (see https://github.com/accezar/multi-package-start#codesandbox-templates for templates) |
26 | 30 |
|
27 | 31 | --- |
28 | 32 |
|
29 | | -#### 4. Step-by-step to reproduces the error behavior: |
| 33 | +#### 4. Steps to reproduce |
30 | 34 |
|
31 | 35 | > 1. Go to '...' |
32 | 36 | > 2. Click on '....' |
33 | | -> 3. Get the error |
| 37 | +> 3. Scroll down to '....' |
| 38 | +> 4. See error |
34 | 39 |
|
35 | 40 | --- |
36 | 41 |
|
37 | 42 | #### 5. Screenshots |
38 | 43 |
|
39 | | -> Se possível, adicione screenshots para ajudar a explicar o erro |
| 44 | +> If applicable, add screenshots to help explain your problem. |
| 45 | +
|
| 46 | +--- |
| 47 | + |
| 48 | +#### 6. Desktop (please complete the following information): |
| 49 | + |
| 50 | +- OS: [e.g. iOS] |
| 51 | +- Browser [e.g. chrome, safari] |
| 52 | +- Version [e.g. 22] |
| 53 | + |
| 54 | +--- |
| 55 | + |
| 56 | +#### 7. Smartphone (please complete the following information): |
| 57 | + |
| 58 | +- Device: [e.g. iPhone6] |
| 59 | +- OS: [e.g. iOS8.1] |
| 60 | +- Browser [e.g. stock browser, safari] |
| 61 | +- Version [e.g. 22] |
40 | 62 |
|
41 | 63 | --- |
42 | 64 |
|
43 | | -#### 6. Extra info |
| 65 | +#### 8. Additional context |
44 | 66 |
|
45 | | -> Add any additional information here that you think is relevant to understanding the issue |
| 67 | +> Add any other context about the problem here. |
0 commit comments