From 0231dd579463635841b2ddc201459b40cc4aba83 Mon Sep 17 00:00:00 2001 From: agentdon <82984396+agentdon@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:40:47 +0000 Subject: [PATCH] Fix contributing guidelines typos --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89ec9ac..18a1ecc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,9 +10,9 @@ Contributions to this project are [released](https://help.github.com/articles/gi ## Submitting a pull request 0. [Fork][fork] and clone the repository -0. Create a new branch: `git checkout -b my-branch-name` -0. Make your change, push to your fork and [submit a pull request][pr] -0. Pat your self on the back and wait for your pull request to be reviewed and merged. +1. Create a new branch: `git checkout -b my-branch-name` +2. Make your change, push to your fork and [submit a pull request][pr] +3. 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: