From 2825a1268fb8489c1191bf37f6dacdd9be57a0c6 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:48:55 +1100 Subject: [PATCH] Fixed typo Signed-off-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 958e5b9..fd0484f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,7 +14,7 @@ to the public under the [project's open source license](LICENSE). 5. Format code and build javascript artifacts: `docker buildx bake pre-checkin` 6. Validate all code has correctly formatted and built: `docker buildx bake validate` 7. Push to your fork and [submit a pull request](https://github.com/docker/setup-qemu-action/compare) -8. Pat your self on the back and wait for your pull request to be reviewed and merged. +8. Pat yourself 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: