瀏覽代碼

Re-add link to contributing.md

Jasper van Merle 7 年之前
父節點
當前提交
02cfbbab8b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Adding-documentations-to-DevDocs.md

+ 2 - 0
Adding-documentations-to-DevDocs.md

@@ -1,5 +1,7 @@
 Adding a documentation may look like a daunting task but once you get the hang of it, it's actually quite simple. Don't hesitate to ask for help on the [mailing list](https://groups.google.com/d/forum/devdocs) if you ever get stuck.
 
+**Note:** please read the [contributing guidelines](https://github.com/Thibaut/devdocs/blob/master/.github/CONTRIBUTING.md) before submitting a new documentation.
+
 1. Create a subclass of `Docs::UrlScraper` or `Docs::FileScraper` in the `lib/docs/scrapers/` directory. Its name should be the [PascalCase](http://api.rubyonrails.org/classes/String.html#method-i-camelize) equivalent of the filename (e.g. `my_doc` → `MyDoc`)
 2. Add the appropriate class attributes and filter options (see the [Scraper Reference](https://github.com/Thibaut/devdocs/wiki/Scraper-Reference) page).
 3. Check that the scraper is listed in `thor docs:list`.