From 6fad43db809b85bb941bd6f5b952d67e72e3ac4e Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Fri, 9 Oct 2020 14:31:56 +0200 Subject: [PATCH] Removing unnecessary linebreak --- content/improving-codeberg/docs-contributor-faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/improving-codeberg/docs-contributor-faq.md b/content/improving-codeberg/docs-contributor-faq.md index 6817b15..2d811f4 100644 --- a/content/improving-codeberg/docs-contributor-faq.md +++ b/content/improving-codeberg/docs-contributor-faq.md @@ -12,8 +12,7 @@ The intent of this document is to give answers to a number of questions that mig ### How do I contribute to Codeberg Documentation? To contribute to Codeberg Documentation, the first thing you should do (if you haven't already done it) is to create your own fork of the [Codeberg/Documentation repository](https://codeberg.org/Codeberg/Documentation). -Then, for each major contribution that you want to make (e.g. for each new article), create a new branch, make your contributions and finally make a Pull Request to the Codeberg/Documentation repository. You can find the source code to all articles in the `content` directory of Codeberg -Documentation's source tree. +Then, for each major contribution that you want to make (e.g. for each new article), create a new branch, make your contributions and finally make a Pull Request to the Codeberg/Documentation repository. You can find the source code to all articles in the `content` directory of Codeberg Documentation's source tree. The Codeberg Documentation collaborators will then review your pull request, they may request some changes and eventually, once all is good, they may merge your contribution into the official repository and deploy it to the live site.