Skip to content

Commit

Permalink
Miscellaneous repository updates (#1704)
Browse files Browse the repository at this point in the history
* Fix pull request template and ensure that it works

* Update CI to test documentation compilation

* Reduce the pre-push hook duration to just check formatting and linting

* Remove pre-commit hook as checks are superseded by pre-push hook

* Revert "Update CI to test documentation compilation"

This reverts commit 1bbae45.
  • Loading branch information
sayomaki authored May 6, 2024
1 parent cb2e6fc commit 24c0aa3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 36 deletions.
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### Description

<!-- Please include a summary of the changes proposed, and include relevant motivation and context. List issues/pull requests that are related for this change (if any). -->

### Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code quality improvements

### How to test

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. -->

### Checklist

<!-- Please delete options that are not relevant. -->

- [ ] I have tested this code
- [ ] I have updated the documentation
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn jsdoc && yarn autocomplete && yarn format:ci && yarn eslint && yarn test
yarn format:ci && yarn eslint
31 changes: 0 additions & 31 deletions src/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

This file was deleted.

0 comments on commit 24c0aa3

Please sign in to comment.