From fedd18e21cc69113e97deabb5d8a872865de2d6c Mon Sep 17 00:00:00 2001 From: olton Date: Fri, 27 Oct 2023 11:23:14 +0300 Subject: [PATCH] switched to dev --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9c3a854f..42ff7d244 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ The `master` branch is basically just a snapshot of the latest stable release. * To create pull request: - Each pull request should close `one problem`. - Check that you are using the latest version of the library. -- Create pull request to the `latest develop branch` (a greatest number). +- Create pull request to the `latest develop branch` (a `dev` branch). - The patch must contains files in `source` folder only. - Add patch keyword to your pull request title: `fix bug`, `update feature`, `add feature`. - If you are resolving a special issue, add `(fix #xxxx[,#xxx])` (#xxxx is the issue id) in your PR title.