Skip to content

Commit 4d25ea3

Browse files
authored
Merge pull request #118 from asalkeld/sync-issue-template
chore: sync issue templates from the cli
2 parents c45cd53 + 4fa1d08 commit 4d25ea3

File tree

3 files changed

+82
-3
lines changed

3 files changed

+82
-3
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while using nitric
4+
labels: bug
5+
---
6+
7+
**Describe the bug**
8+
<!--
9+
A clear and concise description of what the bug is. What happened?
10+
-->
11+
12+
**Expected behavior**
13+
14+
<!--
15+
A clear and concise description of what you expected to happen.
16+
-->
17+
18+
**To Reproduce**
19+
20+
Steps to reproduce the behavior:
21+
22+
<!--
23+
1. Go to '...'
24+
2. Click on '....'
25+
3. Scroll down to '....'
26+
4. See error
27+
-->
28+
29+
**Output of `nitric info -o yaml`:**
30+
31+
<!--
32+
(paste your output here)
33+
-->
34+
35+
**Brief description of your project**
36+
37+
<!--
38+
What are you building with Nitric?
39+
-->
40+
41+
**Additional context**
42+
43+
<!--
44+
Add any other context about the problem here.
45+
-->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to nitric
4+
labels: enhancement
5+
6+
---
7+
8+
**Describe the solution you'd like**
9+
<!--
10+
A clear and concise description of what you want to be added.
11+
-->
12+
13+
**Why is this needed? What challenge will it help you solve? Please describe.**
14+
<!--
15+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
-->
17+
18+
**Describe alternatives you've considered**
19+
<!--
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
-->
22+
23+
**Output of `nitric info -o yaml`:**
24+
25+
<!--
26+
(paste your output here)
27+
-->
28+
29+
**Brief description of your project**
30+
<!--
31+
What are you building with Nitric?
32+
-->
33+
34+
**Additional context**
35+
<!--
36+
Add any other context or screenshots about the feature request here.
37+
-->

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15-
with:
16-
token: ${{secrets.SUB_MODULE_PAT}}
17-
submodules: recursive
1815
- name: Cache Yarn Cache
1916
uses: actions/cache@v2
2017
with:

0 commit comments

Comments
 (0)