Skip to content

Commit

Permalink
Pull request template and README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousHorncat committed Jan 6, 2025
1 parent 0db78eb commit 7f7e1b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit 7f7e1b0

Please sign in to comment.