mirror of
https://github.com/docker/login-action.git
synced 2025-04-19 01:26:45 +00:00
Migrate to Docker organization
This commit is contained in:
parent
a5ba64f65e
commit
d50edfe977
10 changed files with 220 additions and 66 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
@ -6,12 +6,12 @@ Contributions to this project are [released](https://help.github.com/articles/gi
|
|||
|
||||
## Submitting a pull request
|
||||
|
||||
1. [Fork](https://github.com/crazy-max/ghaction-docker-login/fork) and clone the repository
|
||||
1. [Fork](https://github.com/docker/login-action/fork) and clone the repository
|
||||
2. Configure and install the dependencies: `yarn install`
|
||||
4. Create a new branch: `git checkout -b my-branch-name`
|
||||
5. Make your change
|
||||
6. Run pre-checkin: `yarn run pre-checkin`
|
||||
7. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-docker-login/compare)
|
||||
7. Push to your fork and [submit a pull request](https://github.com/docker/login-action/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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue