Skip to content

Commit

Permalink
Adds title lint configuration (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Iglesias <miglesiasvalle@lyft.com>
  • Loading branch information
Golodhros authored Aug 24, 2020
1 parent cdb8028 commit 2c8b494
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!---
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_

### 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.
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 2c8b494

Please sign in to comment.