Skip to content

Commit a9277fc

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent d46566f commit a9277fc

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
<!-- Love meteor-up? Please consider supporting our collective:
2-
👉 https://opencollective.com/meteor-up/donate -->
2+
👉 https://opencollective.com/meteor-up/donate -->
3+
4+
<!-- Feature requests can remove the following questions -->
5+
6+
<!-- Sorry you enountered a bug with mup. Please answer the following questions so we have enough information to quickly solve it -->
7+
Mup version (`mup --version`):
8+
9+
Mup config (Use `mup validate --show --scrub` to remove most of the sensitive information)
10+
```js
11+
paste config here...
12+
```
13+
14+
Output of command (use the `--verbose` option. Remember to remove sensitive information)
15+
```bash
16+
paste output here...
17+
```
18+
19+
Output of `mup status` (Only if using mup 1.4 or newer).
20+
```bash
21+
paste output here...
22+
```

0 commit comments

Comments
 (0)