-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update issue templates #803
Conversation
description: | | ||
The number of contracts in your contract set | ||
```bash | ||
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/contracts/set/autopilot | grep '"id"' | wc -l |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing closing ticks
```bash | ||
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/redundancy | ||
|
||
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/gouging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have these settings:
SettingContractSet = "contractset"
SettingGouging = "gouging"
SettingRedundancy = "redundancy"
SettingS3Authentication = "s3authentication"
SettingUploadPacking = "uploadpacking"
we should probably ask for every single one except for S3 auth?
Thanks for taking the time to fill out this feature request! | ||
Note: Please search to see if an issue already exists for the feature | ||
you want added. | ||
- type: textarea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a dropdown to categorise the feature request is interesting?
- type: dropdown
id: feature-category
attributes:
label: Feature Category
description: Please select the category that best fits your feature request.
options:
- UI/UX Improvement
- Performance Enhancement
- New Functionality
- Security
- Other
validations:
required: true
No description provided.