You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Without templates, sometimes the issue author can forget to add essential information to the resolution, not only that but issues can also be described in different words and formats each time, which makes them more difficult to standardize.
It’s hard to solve a problem when important details are missing and every issue is diferrent. This change add issue templates to help contributors share the right details at the start of a thread and keep things consistent.
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! -->
11
+
12
+
<!-- Verify first that your issue is not already reported -->
13
+
14
+
<!-- If possible complete *all* sections as described -->
15
+
16
+
**Describe the bug**
17
+
18
+
<!-- A clear and concise description of what the bug is. -->
19
+
20
+
**To Reproduce**
21
+
22
+
<!--
23
+
Steps to reproduce the behavior:
24
+
1. Go to '...'
25
+
2. Click on '....'
26
+
3. Scroll down to '....'
27
+
4. See error
28
+
-->
29
+
30
+
**Expected behavior**
31
+
32
+
<!-- A clear and concise description of what you expected to happen. -->
33
+
34
+
**Exception or Error**
35
+
36
+
<pre><code>
37
+
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
38
+
<!-- ✍️-->
39
+
</code></pre>
40
+
41
+
**Screenshots**
42
+
43
+
<!-- If applicable, add screenshots to help explain your problem. -->
0 commit comments