diff options
author | 2019-11-29 16:22:50 +0000 | |
---|---|---|
committer | 2019-11-29 16:22:50 +0000 | |
commit | 787b6e06f9b902e9983959f200e843e6fd8c7453 (patch) | |
tree | 08646858b13bafe87b51d0704722c5a034632314 /CONTRIBUTING.md | |
parent | b4df2d0d4c2d2014b113f9f8caf1f1b2ed6dc192 (diff) | |
download | coredns-787b6e06f9b902e9983959f200e843e6fd8c7453.tar.gz coredns-787b6e06f9b902e9983959f200e843e6fd8c7453.tar.zst coredns-787b6e06f9b902e9983959f200e843e6fd8c7453.zip |
Update governance docs to reflect CODEOWNERS (#3491)
NO GOVERNANCE changes made!
Point to the correct files, now that I merged CODEOWNERS, OWNERS files
are gone and there is also only 1 CODEOWNERS.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3846f664..eeb644cfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ issue first and "claim" it and get feedback before you invest a lot of time. **If someone already opened a pull request, but you think the pull request has stalled and you would like to open another pull request for the same or similar feature, get some of the maintainers (see -[OWNERS](OWNERS)) involved to resolve the situation and move things forward.** +[CODEOWNERS](CODEOWNERS)) involved to resolve the situation and move things forward.** If possible make a pull request as small as possible, or submit multiple pull request to complete a feature. Smaller means: easier to understand and review. This in turn means things can be merged |