From 103d62b309632aa33ca79934b811660188be133d Mon Sep 17 00:00:00 2001 From: Emerson Castaneda Date: Mon, 17 Feb 2020 21:28:51 -0500 Subject: [PATCH] Add manual-pages-are-automatically-generated clarification --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 381d4b0ce..e5ad39f5c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,6 +26,8 @@ Contributions to this project are [released][legal] to the public under the [pro Please note that this project adheres to a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms. +We generate manual pages from source on every release! You do not need to submit PRs for those specifically; the docs will get updated if your PR gets accepted. + ## Resources - [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)