Skip to content

Commit

Permalink
update issue template with working examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 9, 2025
1 parent 1118dfe commit 63fb0ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: patch
---

# Fix bus configuration commands in issue template
16 changes: 13 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,21 @@ body:
label: Bus Config
description: |
The configuration of your bus
For version 2.0.0 and later:
```bash
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/settings/gouging
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/settings/pinned
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/settings/s3
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/settings/uploads
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/settings/upload
```
For versions 1.1.1 and earlier:
```bash
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/contractset
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/gouging
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/pricepinning
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/redundancy
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/uploadpacking
```
placeholder: Paste the output of the above commands here
validations:
Expand All @@ -81,4 +91,4 @@ body:
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
required: false

0 comments on commit 63fb0ba

Please sign in to comment.