diff options
author | digitalcraftsman <[email protected]> | 2017-07-19 20:53:27 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-19 20:53:27 +0200 |
commit | 7759a98f713a3ff5359c486118e1fb2cf1799b28 (patch) | |
tree | 34446495cf033877059cfeb53129c969ba4586c8 /CONTRIBUTING.md | |
parent | 720786cd3e8e8acf593eb7768d36ab201a4b02e4 (diff) | |
download | hugo-7759a98f713a3ff5359c486118e1fb2cf1799b28.tar.gz hugo-7759a98f713a3ff5359c486118e1fb2cf1799b28.zip |
Clarify the repo choice in the contribution guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a25033370..d07d7f62d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,9 @@ 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.* +*Note that this repository only contains the actual source code of Hugo. For **only** documentation-related pull requests / issues please refer to the [hugoDocs](https://github.com/gohugoio/hugodocs) repository.* + +*Pull requests that contain changes on the code base **and** related documentation, e.g. for a new feature, shall remain a single, atomic one.* ## Table of Contents |