Skip to content

Commit 24c0aa3

Browse files
authored
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.
1 parent cb2e6fc commit 24c0aa3

File tree

4 files changed

+23
-36
lines changed

4 files changed

+23
-36
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Description
2+
3+
<!-- 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). -->
4+
5+
### Type of change
6+
7+
- [ ] Bug fix (non-breaking change which fixes an issue)
8+
- [ ] New feature (non-breaking change which adds functionality)
9+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10+
- [ ] Documentation update
11+
- [ ] Code quality improvements
12+
13+
### How to test
14+
15+
<!-- 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. -->
16+
17+
### Checklist
18+
19+
<!-- Please delete options that are not relevant. -->
20+
21+
- [ ] I have tested this code
22+
- [ ] I have updated the documentation

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn jsdoc && yarn autocomplete && yarn format:ci && yarn eslint && yarn test
4+
yarn format:ci && yarn eslint

src/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)