From 36a61284dc559e4072f8f3b8d66e896b81626df6 Mon Sep 17 00:00:00 2001 From: Certseeds <51754303+Certseeds@users.noreply.github.com> Date: Sat, 1 Jul 2023 09:40:03 +0000 Subject: [PATCH] typo: fix list orders in CONTRIBUTING.md Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com> --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f301de7..8831288 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,12 +9,12 @@ Please note that this project is released with a Contributor Code of Conduct. By ## Submitting a pull request 0. Fork and clone the repository -0. Configure and install the dependencies: `script/bootstrap` -0. Make sure the tests pass on your machine: `script/cibuild` -0. Create a new branch: `git checkout -b my-branch-name` -0. Make your change, add tests, and make sure the tests still pass -0. Push to your fork and submit a pull request -0. Pat your self on the back and wait for your pull request to be reviewed and merged. +1. Configure and install the dependencies: `script/bootstrap` +2. Make sure the tests pass on your machine: `script/cibuild` +3. Create a new branch: `git checkout -b my-branch-name` +4. Make your change, add tests, and make sure the tests still pass +5. Push to your fork and submit a pull request +6. 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: