From 8f8c53d995583600886957e1942f388360bd808f Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Tue, 18 Feb 2020 14:21:19 -0800 Subject: [PATCH] Remove redundant section and typo --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.2