forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update boilerplate code (flyteorg#173)
Signed-off-by: Samhita Alla <aallasamhita@gmail.com>
- Loading branch information
1 parent
60b94c6
commit c1bc48d
Showing
6 changed files
with
82 additions
and
8 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,15 @@ | ||
# Comment to be posted on PRs from first-time contributors in your repository | ||
newPRWelcomeComment: > | ||
Thank you for opening this pull request! 🙌 | ||
These tips will help get your PR across the finish line: | ||
- Most of the repos have a PR template; if not, fill it out to the best of your knowledge. | ||
- Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)). | ||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Congrats on merging your first pull request! 🎉 | ||
# Comment to be posted on first-time issues | ||
newIssueWelcomeComment: > | ||
Thank you for opening your first issue here! 🛠 |
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,8 @@ | ||
Config File -- Welcome Bot | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Provides a ``config.yml`` file. | ||
|
||
**To Enable:** | ||
|
||
Add ``flyte/config.yml`` to your ``boilerplate/update.cfg`` file. |
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,15 @@ | ||
# Comment to be posted on PRs from first-time contributors in your repository | ||
newPRWelcomeComment: > | ||
Thank you for opening this pull request! 🙌 | ||
These tips will help get your PR across the finish line: | ||
- Most of the repos have a PR template; if not, fill it out to the best of your knowledge. | ||
- Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)). | ||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Congrats on merging your first pull request! 🎉 | ||
# Comment to be posted on first-time issues | ||
newIssueWelcomeComment: > | ||
Thank you for opening your first issue here! 🛠 |
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,14 @@ | ||
#!/usr/bin/env bash | ||
|
||
# WARNING: THIS FILE IS MANAGED IN THE 'BOILERPLATE' REPO AND COPIED TO OTHER REPOSITORIES. | ||
# ONLY EDIT THIS FILE FROM WITHIN THE 'LYFT/BOILERPLATE' REPOSITORY: | ||
# | ||
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst | ||
|
||
set -e | ||
|
||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" | ||
|
||
# Clone the config.yml file | ||
echo " - copying ${DIR}/config.yml to the root directory." | ||
cp ${DIR}/config.yml ${DIR}/../../.github/config.yml |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ lyft/pull_request_template | |
lyft/github_workflows | ||
lyft/golang_dockerfile | ||
lyft/docker_build | ||
flyte/ |
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