From f7d98a91c59d36a67abcc5e475dd01a21be2a6fe Mon Sep 17 00:00:00 2001 From: Cory Miller <13227161+cory-miller@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:53:05 -0500 Subject: [PATCH] remove link --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56508e0..5c76465 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,8 @@ 1. Make your change, add tests, and make sure the tests still pass: `npm run test` 1. Make sure your code is correctly formatted: `npm run format` 1. Update `dist/index.js` using `npm run build`. This creates a single javascript file that is used as an entrypoint for the action -1. Push to your fork and [submit a pull request][pr] -1. Pat yourself on the back and wait for your pull request to be reviewed and merged. +1. Push to your fork and submit a pull request +1. 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: