Skip to content

Commit 4e8e6a4

Browse files
authored
docs: add port instructions in the issue template (#240)
1 parent 31f9839 commit 4e8e6a4

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,23 @@ assignees: ''
99

1010
Before filing this issue, please ensure you're using the latest CLI by running `swa --version` and comparing to the latest version on [npm](https://www.npmjs.com/package/@azure/static-web-apps-cli).
1111

12+
**Are you accessing the CLI from the default port `:4280` ?**
13+
- [ ] No, I am using a different port number (--port) and accessing the CLI from that port
14+
- [ ] Yes, I am accessing the CLI from port `:4280`
15+
16+
> Make sure you are accessing the URL printed in the console when running!
17+
18+
1219
**Describe the bug**
1320
A clear and concise description of what the bug is.
1421

1522
**To Reproduce**
1623
Steps to reproduce the behavior:
1724
1. Go to '...'
18-
2. Click on '....'
19-
3. Scroll down to '....'
20-
4. See error
25+
2. Type in command 'swa ...'
26+
3. Click on '....'
27+
4. Scroll down to '....'
28+
5. See error
2129

2230
**Expected behavior**
2331
A clear and concise description of what you expected to happen.
@@ -30,11 +38,6 @@ If applicable, add screenshots to help explain your problem.
3038
- Browser [e.g. chrome, safari]
3139
- Version [e.g. 22]
3240

33-
**Smartphone (please complete the following information):**
34-
- Device: [e.g. iPhone6]
35-
- OS: [e.g. iOS8.1]
36-
- Browser [e.g. stock browser, safari]
37-
- Version [e.g. 22]
3841

3942
**Additional context**
4043
Add any other context about the problem here.

0 commit comments

Comments
 (0)