Переглянути джерело

Update contributing guidelines on updating docs

Jasper van Merle 6 роки тому
батько
коміт
c5136b1af6
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      .github/CONTRIBUTING.md

+ 2 - 2
.github/CONTRIBUTING.md

@@ -58,9 +58,9 @@ In addition to the [guidelines for contributing code](#contributing-code-and-fea
 
 ## Updating existing documentations
 
-Please don't submit a pull request updating the version number of a documentation, unless a change is required in the scraper and you've verified that it works.
+Please don't submit a pull request updating only version number and/or the attribution of a documentation. Do feel free to create a pull request if a bigger change is required in the scraper and you've verified that it works. If you do make a pull request and you happen to update `options[:attribution]`, make sure to also update the documentation's entry in the array in [`assets/javascripts/templates/pages/about_tmpl.coffee`](../assets/javascripts/templates/pages/about_tmpl.coffee) with correct license information.
 
-To ask that an existing documentation be updated, first check the last two [documentation versions reports](https://github.com/freeCodeCamp/devdocs/issues?utf8=%E2%9C%93&q=Documentation+versions+report+is%3Aissue+author%3Adevdocs-bot+sort%3Acreated-desc). Only create an issue if the documentation has been wrongly marked as up-to-date.
+To ask that an existing documentation be updated, first check the last [documentation versions reports](https://github.com/freeCodeCamp/devdocs/issues?utf8=%E2%9C%93&q=Documentation+versions+report+is%3Aissue+author%3Adevdocs-bot+sort%3Acreated-desc). Only create an issue if the documentation has been wrongly marked as up-to-date.
 
 ## Coding conventions