diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aae374e..644b759 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,8 @@ First, thank you for contributing! We love and encourage pull requests from everyone. Please follow the guidelines: -- Check the open [issues](https://github.com/TrueCloudLab/tzhash/issues) and - [pull requests](https://github.com/TrueCloudLab/tzhash/pulls) for existing +- Check the open [issues](https://git.frostfs.info/TrueCloudLab/tzhash/issues) and + [pull requests](https://git.frostfs.info/TrueCloudLab/tzhash/pulls) for existing discussions. - Open an issue first, to discuss a new feature or enhancement. @@ -28,18 +28,18 @@ send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details: ### Set up your GitHub Repository -Fork [TZHash upstream](https://github.com/TrueCloudLab/tzhash/fork) source +Fork [TZHash upstream](https://git.frostfs.info/TrueCloudLab/tzhash/fork) source repository to your own personal repository. Copy the URL of your fork (you will need it for the `git clone` command below). ```sh -$ git clone https://github.com/TrueCloudLab/tzhash +$ git clone https://git.frostfs.info/TrueCloudLab/tzhash ``` ### Set up git remote as ``upstream`` ```sh $ cd tzhash -$ git remote add upstream https://github.com/TrueCloudLab/tzhash +$ git remote add upstream https://git.frostfs.info/TrueCloudLab/tzhash $ git fetch upstream $ git merge upstream/master ...