diff options
author | narimiran <narimiran@disroot.org> | 2020-11-11 14:02:35 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-11-11 14:02:35 +0100 |
commit | b831033db6c0bb7b11128383e8f186912f620fd1 (patch) | |
tree | 3093452ca953d6b22481659f6053e02ecede7d84 /doc/contributing.rst | |
parent | 42c434fa3d48356bda8ba0b85cd940385f42edfb (diff) | |
download | Nim-b831033db6c0bb7b11128383e8f186912f620fd1.tar.gz |
remove `codeowners` [ci skip]
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r-- | doc/contributing.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index f570336e2..6ddbd65bc 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -8,11 +8,8 @@ Contributing Contributing happens via "Pull requests" (PR) on github. Every PR needs to be reviewed before it can be merged and the Continuous Integration should be green. -The PR has to be approved (and is often merged too) by one "code owner", either -by the code owner who is responsible for the subsystem the PR belongs to or by -two core developers or by Araq. +The PR has to be approved by two core developers or by Araq. -See `codeowners <codeowners.html>`_ for more details. Writing tests |