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
<!-- Please replace all placeholders such as this below -->
16
+
17
+
**What happened?**
18
+
19
+
<!-- Describe the problem and how to reproduce it. Add screenshots or a link to your repository if helpful. Ideally create a reproducible test case on runkit.com (Example: https://runkit.com/gr2m/octokit-rest-js-1808) -->
20
+
21
+
**What did you expect to happen?**
22
+
23
+
<!-- Describe what you expected to happen instead -->
24
+
25
+
**What the problem might be**
26
+
27
+
<!-- If you have an idea where the bug might lie, please share here. Otherwise remove the whole section -->
28
+
`
29
+
);
30
+
awaitwritePrettyFile(
31
+
".github/ISSUE_TEMPLATE/02_feature_request.md",
32
+
`---
33
+
name: "🧚♂️ Feature Request"
34
+
about: "Wouldn’t it be nice if 💭"
35
+
labels: feature
36
+
---
37
+
38
+
<!-- Please replace all placeholders such as this below -->
39
+
40
+
**What’s missing?**
41
+
42
+
<!-- Describe your feature idea -->
43
+
44
+
**Why?**
45
+
46
+
<!-- Describe the problem you are facing -->
47
+
48
+
**Alternatives you tried**
49
+
50
+
<!-- Describe the workarounds you tried so far and how they worked for you -->
0 commit comments