Skip to content

Commit

Permalink
Update Boilerplate (flyteorg#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Flyte-Bot <[email protected]>

Co-authored-by: flyte-bot <[email protected]>
  • Loading branch information
flyte-bot and flyte-bot authored Jun 28, 2021
1 parent 2ad0614 commit 73eeac3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
13 changes: 8 additions & 5 deletions boilerplate/flyte/pull_request_template/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Read then delete
## _Read then delete this section_

- Make sure to use a concise title for the pull-request.
- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version
will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump)
_- Make sure to use a concise title for the pull-request._

_- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version
will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump)_

# TL;DR
_Please replace this text with a description of what this PR accomplishes._
Expand All @@ -24,7 +25,9 @@ _Please replace this text with a description of what this PR accomplishes._
_How did you fix the bug, make the feature etc. Link to any design docs etc_

## Tracking Issue
https://github.com/flyteorg/flyte/issues/<number>
_Remove the '*fixes*' keyword if there will be multiple PRs to fix the linked issue_

fixes https://github.com/flyteorg/flyte/issues/<number>

## Follow-up issue
_NA_
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ while read -r directory junk; do
fi
echo "***********************************************************************************"
echo ""
done < "$CONFIG_FILE"
done < "$CONFIG_FILE"
13 changes: 8 additions & 5 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Read then delete
## _Read then delete this section_

- Make sure to use a concise title for the pull-request.
- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version
will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump)
_- Make sure to use a concise title for the pull-request._

_- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version
will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump)_

# TL;DR
_Please replace this text with a description of what this PR accomplishes._
Expand All @@ -24,7 +25,9 @@ _Please replace this text with a description of what this PR accomplishes._
_How did you fix the bug, make the feature etc. Link to any design docs etc_

## Tracking Issue
https://github.com/flyteorg/flyte/issues/<number>
_Remove the '*fixes*' keyword if there will be multiple PRs to fix the linked issue_

fixes https://github.com/flyteorg/flyte/issues/<number>

## Follow-up issue
_NA_
Expand Down

0 comments on commit 73eeac3

Please sign in to comment.