Skip to content

Commit

Permalink
Jq all json first draft (#192)
Browse files Browse the repository at this point in the history
* Used jq to read all JSON files in the project and reformat them to standardize the JSON

* Pull request template and README updated
  • Loading branch information
SeriousHorncat authored Jan 6, 2025
1 parent 593fd58 commit 8802e4d
Show file tree
Hide file tree
Showing 29 changed files with 6,001 additions and 5,410 deletions.
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

0 comments on commit 8802e4d

Please sign in to comment.