diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d48e8428d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +### Description + + + +### 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 + + + +### Checklist + + + +- [ ] I have tested this code +- [ ] I have updated the documentation diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index f67d43ffd..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -yarn eslint --fix && yarn format && yarn eslint \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push index 9e5ab0cee..7263f16f9 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -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 diff --git a/src/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/src/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 508a3bc5e..000000000 --- a/src/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,31 +0,0 @@ - - -## Context - - - -## Implementation - - - -## Source Documentation - - -## Other Information - -