From: Bimba Shrestha Date: Tue, 18 Feb 2020 22:21:19 +0000 (-0800) Subject: Remove redundant section and typo X-Git-Tag: v1.4.5^2~95^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8c53d995583600886957e1942f388360bd808f;p=thirdparty%2Fzstd.git Remove redundant section and typo --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e72ec9270..02834659c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ Our contribution process works in three main stages: * You will have to iterate on your changes with feedback from other collaborators to reach a point where your pull request can be safely merged. * To avoid too many comments on style and convention, make sure that you have a - look at your style section below before creating a pull request. + look at our style section below before creating a pull request. * Eventually, someone from the zstd team will approve your pull request and not long after merge it into the dev branch. * Housekeeping: @@ -106,9 +106,6 @@ Our contribution process works in three main stages: their change makes it to the next release of zstd. Users will often discover bugs in your code or suggest ways to refine and improve your initial changes even after the pull request is merged. -## Zstandard style and conventions - - ## Setting up continuous integration (CI) on your fork Zstd uses a number of different continuous integration (CI) tools to ensure that new changes are well tested before they make it to an official release. Specifically, we use the platforms