]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove redundant section and typo 2002/head
authorBimba Shrestha <bimbashrestha@fb.com>
Tue, 18 Feb 2020 22:21:19 +0000 (14:21 -0800)
committerBimba Shrestha <bimbashrestha@fb.com>
Tue, 18 Feb 2020 22:21:19 +0000 (14:21 -0800)
CONTRIBUTING.md

index e72ec9270a932ea52cfda414d202ef78085c220b..02834659c62d7bfc6a942f29d56683aae2a98dce 100644 (file)
@@ -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