diff options
author | digitalcraftsman <[email protected]> | 2017-07-18 21:49:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-18 21:49:16 +0200 |
commit | 720786cd3e8e8acf593eb7768d36ab201a4b02e4 (patch) | |
tree | 77741550899f9f4c6ed240210232dcd9643c9d3e /CONTRIBUTING.md | |
parent | 214e16eca3a5ec52e6b5e60b2ffe8cacfc9a86a6 (diff) | |
download | hugo-720786cd3e8e8acf593eb7768d36ab201a4b02e4.tar.gz hugo-720786cd3e8e8acf593eb7768d36ab201a4b02e4.zip |
Add note about doc-related pull requests in contribution guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0368e6666..a25033370 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,8 @@ helping to manage issues, etc. The Hugo community and maintainers are [very active](https://github.com/gohugoio/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity. We created a [step by step guide](https://gohugo.io/tutorials/how-to-contribute-to-hugo/) if you're unfamiliar with GitHub or contributing to open source projects in general. +*Note that this repository only contains the actual source code of Hugo. For documentation-related pull requests / issues please refer to the [hugoDocs](https://github.com/gohugoio/hugodocs) repository.* + ## Table of Contents * [Asking Support Questions](#asking-support-questions) |