-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous repository updates (#1704)
* 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
Showing
4 changed files
with
23 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
31
src/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
This file was deleted.
Oops, something went wrong.