File tree Expand file tree Collapse file tree 3 files changed +82
-3
lines changed
Expand file tree Collapse file tree 3 files changed +82
-3
lines changed Original file line number Diff line number Diff line change 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+ -->
Original file line number Diff line number Diff line change 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+ -->
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments