Skip to content

Commit

Permalink
Adds title lint configuration (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Iglesias <[email protected]>
  • Loading branch information
Golodhros authored Aug 24, 2020
1 parent cf1ab6d commit 6258ae2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
26 changes: 22 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!---
Provide a general summary of your changes in the Title above
Include one of these prefixes:
fix – Fixes an unexpected problem or unintended behavior
feat – Adds a new feature
docs – A documentation improvement task
build – A task related to our build system
ci – A task related to our ci system
perf – A performance improvement
refactor – A code refactor PR
style – A task about styling
test – A PR that improve test coverage
chore – A regular maintenance chore or task
other – Any other kind of PR
-->

### Summary of Changes

_Include a summary of changes then remove this line_
Expand All @@ -11,11 +27,13 @@ _What tests did you add or modify and why? If no tests were added or modified, e
_What documentation did you add or modify and why? Add any relevant links then remove this line_

### CheckList

Make sure you have checked **all** steps below to ensure a timely review.

- [ ] PR title addresses the issue accurately and concisely. Example: "Updates the version of Flask to v1.0.2"
- In case you are adding a dependency, check if the license complies with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
- [ ] PR includes a summary of changes.
- [ ] PR adds unit tests, updates existing unit tests, __OR__ documents why no test additions or modifications are needed.
- In case you are adding a dependency, check if the license complies with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
- [ ] PR includes a summary of changes.
- [ ] PR adds unit tests, updates existing unit tests, **OR** documents why no test additions or modifications are needed.
- [ ] In case of new functionality, my PR adds documentation that describes how to use it.
- All the public functions and the classes in the PR contain docstrings that explain what it does
- All the public functions and the classes in the PR contain docstrings that explain what it does
- [ ] PR passes `make test`
14 changes: 0 additions & 14 deletions .github/prlint.json

This file was deleted.

1 change: 1 addition & 0 deletions .github/titleLint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
regex: (build|ci|docs|feat|fix|perf|refactor|style|test|chore|other): .*

0 comments on commit 6258ae2

Please sign in to comment.