File tree 4 files changed +74
-0
lines changed
4 files changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " 🐞 Bug report"
3
+ about : Something is not working as it should
4
+ ---
5
+
6
+ #### Describe the bug
7
+
8
+ - Node.js version:
9
+ - OS & version:
10
+
11
+ <!-- A clear and concise description of what the bug is. -->
12
+
13
+ #### Actual behavior
14
+
15
+ ...
16
+
17
+ #### Expected behavior
18
+
19
+ ...
20
+
21
+ #### Code to reproduce
22
+
23
+ ``` js
24
+ ...
25
+ ```
26
+
27
+ <!--
28
+ We encourage you to submit a pull request with a failing test:
29
+ - This will make it more likely for us to prioritize your issue.
30
+ - It's a good way to prove that the issue is related to Got and not your code.
31
+
32
+ Example: https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#failing-tests
33
+ -->
34
+
35
+ #### Checklist
36
+
37
+ - [ ] I have read the documentation.
38
+ - [ ] I have tried my code with the latest version of Node.js and Got.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " ⭐ Feature request"
3
+ about : Suggest an idea for Got
4
+ ---
5
+
6
+ #### What problem are you trying to solve?
7
+
8
+ ...
9
+
10
+ #### Describe the feature
11
+
12
+ ...
13
+
14
+ <!-- Include a usage example of the feature. If the feature is currently possible with a workaround, include that too. -->
15
+
16
+ #### Checklist
17
+
18
+ - [ ] I have read the documentation and made sure this feature doesn't already exist.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " ❓ Question"
3
+ about : Something is unclear or needs to be discussed
4
+ ---
5
+
6
+ #### What would you like to discuss?
7
+
8
+ ...
9
+
10
+ #### Checklist
11
+
12
+ - [ ] I have read the documentation.
Original file line number Diff line number Diff line change
1
+ #### Checklist
2
+
3
+ - [ ] I have read the documentation.
4
+ - [ ] I have included a pull request description of my changes.
5
+ - [ ] I have included some tests.
6
+ - [ ] If it's a new feature, I have included documentation updates.
You can’t perform that action at this time.
0 commit comments