From c1fdfd4f143e4897fd1faab165d0d2e9374049eb Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Fri, 7 Feb 2020 17:47:15 +0000 Subject: [PATCH] docs: update CONTRIBUTING.md with info about major docs changes (#35238) The goal of this change is to clarify definition of major feature submissions to include writing new topics for the docs. PR Close #35238 --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4eb4782b9a..28dd57225f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,9 @@ Please consider what kind of change it is: * For a **Major Feature**, first open an issue and outline your proposal so that it can be discussed. This will also allow us to better coordinate our efforts, prevent duplication of work, -and help you to craft the change so that it is successfully accepted into the project. +and help you to craft the change so that it is successfully accepted into the project. **Note**: +Adding a new topic to the documentation, or significantly re-writing a topic, counts as a major +feature. * **Small Features** can be crafted and directly [submitted as a Pull Request](#submit-pr). ## Submission Guidelines