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

Jq all json first draft #192

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Any contributions to this repository should follow the
and [Code of Conduct](https://github.com/uab-cgds-worthey/rosalution/blob/main/CODE_OF_CONDUCT.md).

<!-- Pull Request template begins here -->
<!-- Delete everything from begining of file to here -->
<!-- Delete everything from beginning of file to here -->
## Checklist before requesting a review

- [ ] I have performed a self-review of my code.
- [ ] My code follows the style guidelines enforced by static analysis tools.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] My changes generate no new warnings.
- [ ] New and existing unit tests pass locally with my changes.
- [ ] New or existing JSON is formatted using JQ
- [ ] Will this be part of a product update? If yes, please write one phrase about this update.

<!-- Delete the tasks from the above list that are Not Applicable for your pull request -->
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ the respective installation instructions for your target environment.
- Note: Local deployment will still work without self-signed certificates. The browser will just throw an insecure
warning, the application can still be used.

- [jq](https://stedolan.github.io/jq/) (optional)
- Optionally install for formatting JSON consistently.

### Browser Support

| Chrome | Firefox |
Expand Down
Loading