From 85c6eccad9498d794600321055d1d7a04c75301a Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Mon, 17 Jan 2022 20:21:08 +0300 Subject: [PATCH] doc: cleanup submitting patches and enhancements Remove some remains from the times when patches were accepted via email. Signed-off-by: Igor Ryzhov --- doc/developer/workflow.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index e52ec056ad..54561d3b4b 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -249,23 +249,13 @@ changelog with some better description. Submitting Patches and Enhancements =================================== -FRR accepts patches from two sources: - -- GitHub pull request - -Contributors are highly encouraged to use GitHub's fork-and-PR workflow. It is -easier for us to review it, test it, try it and discuss it on GitHub than it is -via email, thus your patch will get more attention more quickly on GitHub. +FRR accepts patches using GitHub pull requests. The base branch for new contributions and non-critical bug fixes should be ``master``. Please ensure your pull request is based on this branch when you submit it. -GitHub Pull Requests --------------------- - -The preferred method of submitting changes is a GitHub pull request. Code -submitted by pull request will be automatically tested by one or more CI +Code submitted by pull request will be automatically tested by one or more CI systems. Once the automated tests succeed, other developers will review your code for quality and correctness. After any concerns are resolved, your code will be merged into the branch it was submitted against. -- 2.39.5