From 953b2750a23a8bd54ad67dd0dd2de5add081707c Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Fri, 11 Dec 2020 14:09:43 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v2.1.0=20-=20Modo=20(=EB=AA=A8?= =?UTF-8?q?=EB=8F=84,=20=E8=8C=85=E5=B3=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Object split and deletion improvements, documentation clarifications. Signed-off-by: Stanislav Bogatyrev --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 8 ++++---- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67bfea..4fea3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.1.0] - 2020-12-XX - Modo (모도, 茅島) +## [2.1.0] - 2020-12-11 - Modo (모도, 茅島) Object split and deletion improvements, documentation clarifications. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60bd875..5d02d3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Start by forking the `neofs-api` repository, make changes in a branch and then send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details: -### Setup your GitHub Repository +### Set up your GitHub Repository Fork [NeoFS node upstream](https://github.com/nspcc-dev/neofs-api/fork) source repository to your own personal repository. Copy the URL of your fork (you will need it for the `git clone` command below). @@ -48,7 +48,7 @@ Before making code changes, make sure you create a separate branch for these changes. Maybe you will find it convenient to name branch in `/-` format. -``` +```sh $ git checkout -b feature/123-something_awesome ``` @@ -75,7 +75,7 @@ Description ``` -``` +```sh $ git commit -am '[#123] Add some feature' ``` @@ -109,7 +109,7 @@ Signed-off-by: Samii Sakisaka This can easily be done with the `--signoff` option to `git commit`. By doing this you state that you can certify the following (from [The Developer -Certificate of Origin](https://developercertificate.org/): +Certificate of Origin](https://developercertificate.org/)): ``` Developer Certificate of Origin diff --git a/README.md b/README.md index ab60b0f..7a68acd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repository contains: Feel free to contribute to this project after reading the [contributing guidelines](CONTRIBUTING.md). -Before starting to work on a certain topic, create an new issue first, +Before starting to work on a certain topic, create a new issue first, describing the feature/topic you are going to implement. ## License