From 502fc3281c6e1c2f97e4a88bef2d17070bf45e0b Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Sun, 23 Jan 2022 23:31:10 -0500 Subject: [PATCH] Add CONTRIBUTING.md docs to not edit man pages Document this code review feedback I got for other contributors. --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f6134e6a..9c8fedf1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,10 @@ down to the following steps: writing, ask yourself: If I were the user, what would I need to be aware of with this change? - 8. Once your code looks good and passes all the tests, we'll merge it. Thanks + 8. Do not edit the man pages under `doc/man` or `doc/manual_rest.rst` - + these are autogenerated before new releases. + + 9. Once your code looks good and passes all the tests, we'll merge it. Thanks a lot for your contribution! Please provide the patches for each bug or feature in a separate branch and