Skip to content

Commit

Permalink
ci: update PR template with pre-commit pointer (#407)
Browse files Browse the repository at this point in the history
* ci: update PR template with pre-commit pointer

* Update pull_request_template.md

* igone PR template
  • Loading branch information
thomasbtf authored Dec 15, 2021
1 parent a9ddc4e commit 76e46db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've formatted the PR title in accordance with the
[structure of the conventional commit messages](https://www.conventionalcommits.org/en/v1.0.0/).
- [ ] I've updated the code style using `snakefmt workflow/` and
`black workflow/` if needed.
- [ ] I've formatted the PR title in accordance with the [structure of the conventional commit messages](https://www.conventionalcommits.org/en/v1.0.0/).
- [ ] I've updated the code style using [`pre-commit`](https://ikim-essen.github.io/uncovar/dev-guide/contributing/#pre-commit) if needed.
- [ ] I've updated or supplemented the documentation as needed.
- [ ] I've read the [`CODE_OF_CONDUCT.md`] document.
- [ ] I've read the [`CONTRIBUTING.md`] guide.
Expand All @@ -37,4 +35,4 @@
-->

[`CODE_OF_CONDUCT.md`]: https://github.com/IKIM-Essen/uncovar/blob/master/CODE_OF_CONDUCT.md
[`CONTRIBUTING.md`]:(https://github.com/IKIM-Essen/uncovar/blob/master/CONTRIBUTING.md)
[`CONTRIBUTING.md`]: https://github.com/IKIM-Essen/uncovar/blob/master/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: "^publication/|CHANGELOG.md|docs/index.md"
exclude: "^publication/|CHANGELOG.md|docs/index.md|.github/pull_request_template.md"

default_stages: [commit, push]

Expand Down

0 comments on commit 76e46db

Please sign in to comment.