summaryrefslogtreecommitdiff
path: root/docs/contributing.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-01-04docs: Remove outdated information about third_party/ directory (#8973)Yacine Hmito
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/".
2020-10-06chore: update contributing.md and PR template (#7820)Bartek Iwańczuk
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-08-14typo (#7029)tokiedokie
2020-08-04Fixed benchmarks url (#6952)josephrocca
2020-07-02docs: update discord link (#6599)Stanislav
2020-06-24Update contributing.md for consistency (#6452)Colin Harrington
2020-06-06Increase visibly of CoC (#6152)Ryan Dahl
2020-05-28Add release changes section in doc (#5903)Kennan Seno
2020-05-15Add link to JSDoc website (#5370)Kerollos Magdy
2020-05-10Docs for deno test + minor other changes (#5185)Luca Casonato
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links.
2020-05-09Move style guide to docs dir (#5174)Ryan Dahl
2020-05-08Link to code of conduct (#5165)Ryan Dahl
2020-05-06Multi page manual (#5110)Luca Casonato