rename repo to dagger-for-github

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-02-25 11:49:00 +01:00
parent 9e6ff7eb45
commit 826af86330
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
7 changed files with 16 additions and 16 deletions

View file

@ -7,14 +7,14 @@ to the public under the [project's open source license](LICENSE).
## Submitting a pull request
1. [Fork](https://github.com/dagger/dagger-action/fork) and clone the repository
1. [Fork](https://github.com/dagger/dagger-for-github/fork) and clone the repository
2. Configure and install the dependencies: `yarn install`
3. Create a new branch: `git checkout -b my-branch-name`
4. Make your changes
5. Make sure the tests pass: `docker buildx bake test`
6. Format code and build javascript artifacts: `docker buildx bake pre-checkin`
7. Validate all code has correctly formatted and built: `docker buildx bake validate`
8. Push to your fork and [submit a pull request](https://github.com/dagger/dagger-action/compare)
8. Push to your fork and [submit a pull request](https://github.com/dagger/dagger-for-github/compare)
9. 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: