From 8ad49495efc7e5bbf77a632c09b73c1ea11fcc33 Mon Sep 17 00:00:00 2001 From: mhubii Date: Wed, 12 Jun 2024 10:22:23 +0100 Subject: [PATCH] fixed order --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2c13f99..bb5ae31 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,8 +13,8 @@ Contributions are vital to this project. If you want to contribute a feature / f 1. Open an issue: - Explain the issue and your solution - Request a new branch: `dev-feature`, e.g. `dev-my-new-demo` -3. Fork this repository -4. Create a [pull request](https://github.com/lbr-stack/pyFRI/pulls) against `dev-` +2. Fork this repository +3. Create a [pull request](https://github.com/lbr-stack/pyFRI/pulls) against `dev-` ### New FRI version Refer [README](https://github.com/lbr-stack/fri#contributing) for instructions.