summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2017-09-10 10:17:42 -0700
committerOliver Bestwalter <oliver@bestwalter.de>2017-09-10 19:17:42 +0200
commitf1a933b59c2682f40054c0cabe8c1f42a3635168 (patch)
treefceb46362fb2b0c39c224686fb19aeb08328e546 /.github
parentae607d09f7d98b810783abd3da92a941f8527c7b (diff)
downloadtox-git-f1a933b59c2682f40054c0cabe8c1f42a3635168.tar.gz
Add a pre-commit configuration (#623)
* Add pre-commit integration and remove trailing whitespace * Add end-of-file-fixer pre-commit hook * Add a few more useful pre-commit hooks * Ensure import ordering with reorder-python-imports * Cache pip and pre-commit on appveyor
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md5
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index a0c93109..bf002ec2 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -2,8 +2,8 @@ Thanks for submitting an issue!
If submitting a BUG please provide:
-- [ ] Minimal reproduceable example or detailed description, assign "bug"
-- [ ] OS and `pip list` output
+- [ ] Minimal reproduceable example or detailed description, assign "bug"
+- [ ] OS and `pip list` output
if submitting an ENHANCEMENT issue:
@@ -11,4 +11,3 @@ if submitting an ENHANCEMENT issue:
- [ ] a clear problem statement with an example
- [ ] suggested change with example
- [ ] if you have want help to do a PR yourself
-
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 35a1fa12..a5375b86 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -6,4 +6,3 @@ Here's a quick checklist of what we'd like you to think off:
- [ ] if an enhancement PR please create docs and at best an example
- [ ] Add yourself to `CONTRIBUTORS`;
- [ ] make a descriptive Pull Request text (it will be used for changelog)
-