From 02cfbbab8bf4a81cc0017a07b23e5c4f8ecfcdc4 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Wed, 7 Nov 2018 08:11:01 +0100 Subject: [PATCH] Re-add link to contributing.md --- Adding-documentations-to-DevDocs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Adding-documentations-to-DevDocs.md b/Adding-documentations-to-DevDocs.md index a02cb70c..f86ad62c 100644 --- a/Adding-documentations-to-DevDocs.md +++ b/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`.