forked from TrueCloudLab/frostfs-node
Minor typo fixes
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
b9a0afab60
commit
27711d64f0
4 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Node
|
Changelog for NeoFS Node
|
||||||
|
|
||||||
## [0.14.0] - 2020-12-30 Yeouido (여의도, 汝矣島)
|
## [0.14.0] - 2020-12-30 - Yeouido (여의도, 汝矣島)
|
||||||
|
|
||||||
Preview4 compatible NeoFS nodes with data audit.
|
Preview4 compatible NeoFS nodes with data audit.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ Start by forking the `neofs-node` repository, make changes in a branch and then
|
||||||
send a pull request. We encourage pull requests to discuss code changes. Here
|
send a pull request. We encourage pull requests to discuss code changes. Here
|
||||||
are the steps in details:
|
are the steps in details:
|
||||||
|
|
||||||
### Setup your GitHub Repository
|
### Set up your GitHub Repository
|
||||||
Fork [NeoFS node upstream](https://github.com/nspcc-dev/neofs-node/fork) source
|
Fork [NeoFS node upstream](https://github.com/nspcc-dev/neofs-node/fork) source
|
||||||
repository to your own personal repository. Copy the URL of your fork (you will
|
repository to your own personal repository. Copy the URL of your fork (you will
|
||||||
need it for the `git clone` command below).
|
need it for the `git clone` command below).
|
||||||
|
@ -112,7 +112,7 @@ Signed-off-by: Samii Sakisaka <samii@nspcc.ru>
|
||||||
This can easily be done with the `--signoff` option to `git commit`.
|
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
|
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
|
Developer Certificate of Origin
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -99,7 +99,7 @@ imports:
|
||||||
|
|
||||||
# Run Unit Test with go test
|
# Run Unit Test with go test
|
||||||
test: test_dep
|
test: test_dep
|
||||||
@echo "⇒ Runnning go test"
|
@echo "⇒ Running go test"
|
||||||
@GO111MODULE=on go test ./...
|
@GO111MODULE=on go test ./...
|
||||||
|
|
||||||
# Run linters
|
# Run linters
|
||||||
|
|
|
@ -42,8 +42,8 @@ developers to easily integrate applications without rewriting their code.
|
||||||
Feel free to contribute to this project after reading the [contributing
|
Feel free to contribute to this project after reading the [contributing
|
||||||
guidelines](CONTRIBUTING.md).
|
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
|
||||||
describing the feature/topic you are going to implement.
|
the feature/topic you are going to implement.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue