Skip to content
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

Merged
merged 4 commits into from
Dec 7, 2023
Merged

Update issue templates #803

merged 4 commits into from
Dec 7, 2023

Conversation

ChrisSchinnerl
Copy link
Member

No description provided.

@ChrisSchinnerl ChrisSchinnerl changed the title Update bug report template Update issue templates Dec 7, 2023
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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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

@ChrisSchinnerl ChrisSchinnerl merged commit 31feba0 into master Dec 7, 2023
6 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/bug-template branch December 7, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants