-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marcos Iglesias <miglesiasvalle@lyft.com>
- Loading branch information
Showing
3 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): .* |