-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #698 from negz/third-rock-from-the-sun
Switch from Makefile to Earthly
- Loading branch information
Showing
19 changed files
with
613 additions
and
407 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 |
---|---|---|
@@ -1,35 +1,32 @@ | ||
<!-- | ||
Thank you for helping to improve Crossplane! | ||
Please read through https://git.io/fj2m9 if this is your first time opening a | ||
Crossplane pull request. Find us in https://slack.crossplane.io/messages/dev if | ||
you need any help contributing. | ||
Thank you for helping to improve Crossplane! Please read the contribution docs | ||
(linked below) if this is your first Crossplane pull request. | ||
--> | ||
|
||
### Description of your changes | ||
|
||
<!-- | ||
Briefly describe what this pull request does. Be sure to direct your reviewers' | ||
attention to anything that needs special consideration. | ||
We love pull requests that resolve an open Crossplane issue. If yours does, you | ||
can uncomment the below line to indicate which issue your PR fixes, for example | ||
"Fixes #500": | ||
Briefly describe what this pull request does, and how it is covered by tests. | ||
Be proactive - direct your reviewers' attention to anything that needs special | ||
consideration. | ||
We love pull requests that fix an open issue. If yours does, use the below line | ||
to indicate which issue it fixes, for example "Fixes #500". | ||
--> | ||
Fixes # | ||
|
||
I have: | ||
Fixes # | ||
|
||
- [ ] Read and followed Crossplane's [contribution process]. | ||
- [ ] Run `make reviewable test` to ensure this PR is ready for review. | ||
I have: <!--You MUST either [x] check or [ ] ~strike through~ every item.--> | ||
|
||
### How has this code been tested | ||
- [ ] Read and followed Crossplane's [contribution process]. | ||
- [ ] Run `earthly +reviewable` to ensure this PR is ready for review. | ||
- [ ] Added or updated unit tests. | ||
- [ ] Linked a PR or a [docs tracking issue] to [document this change]. | ||
- [ ] Added `backport release-x.y` labels to auto-backport this PR. | ||
|
||
<!-- | ||
Before reviewers can be confident in the correctness of this pull request, it | ||
needs to tested and shown to be correct. Briefly describe the testing that has | ||
already been done or which is planned for this change. | ||
--> | ||
Need help with this checklist? See the [cheat sheet]. | ||
|
||
[contribution process]: https://git.io/fj2m9 | ||
[contribution process]: https://github.com/crossplane/crossplane/tree/master/contributing | ||
[docs tracking issue]: https://github.com/crossplane/docs/issues/new | ||
[document this change]: https://docs.crossplane.io/contribute/contribute | ||
[cheat sheet]: https://github.com/crossplane/crossplane/tree/master/contributing#checklist-cheat-sheet |
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
Oops, something went wrong.