-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CI and dev workflow with buildx bake
- Loading branch information
Showing
20 changed files
with
462 additions
and
247 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,16 +1,7 @@ | ||
/.idea | ||
/*.iml | ||
|
||
/.dev | ||
/.git | ||
/.github | ||
/.res | ||
.dev | ||
/bin | ||
/dist | ||
/docs | ||
/.editorconfig | ||
/.gitignore | ||
/.goreleaser.yml | ||
/CHANGELOG.md | ||
/LICENSE | ||
/README.md | ||
/site |
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,30 @@ | ||
## Contributing | ||
|
||
Hi there! I'm thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. | ||
|
||
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) | ||
to the public under the [project's open source license](../LICENSE). | ||
|
||
## Submitting a pull request | ||
|
||
1. [Fork](https://github.com/crazy-max/swarm-cronjob/fork) and clone the repository | ||
2. Configure and install the dependencies: `go mod download` | ||
3. Create a new branch: `git checkout -b my-branch-name` | ||
4. Make your changes | ||
5. Validate: `docker buildx bake validate` | ||
6. Build the project: `docker buildx bake artifact-all image-all` | ||
7. Push to your fork and [submit a pull request](https://github.com/crazy-max/swarm-cronjob/compare) | ||
8. Pat your self on the back and wait for your pull request to be reviewed and merged. | ||
|
||
Here are a few things you can do that will increase the likelihood of your pull request being accepted: | ||
|
||
* Make sure the `README.md` and any other relevant **documentation are kept up-to-date**. | ||
* I try to follow [SemVer v2.0.0](https://semver.org/). Randomly breaking public APIs is not an option. | ||
* Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as **separate pull requests**. | ||
* Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). | ||
|
||
## Resources | ||
|
||
* [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) | ||
* [Using Pull Requests](https://docs.github.com/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests) | ||
* [GitHub Help](https://docs.github.com) |
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.