readme: Clarify how to add oneself as an author (#13917)

Add an optional extended description…
This commit is contained in:
Andy
2017-01-10 15:25:34 -08:00
committed by Sheetal Nandi
parent 4f8ab52a2f
commit 5e640e9f20

View File

@@ -86,6 +86,7 @@ First, [fork](https://guides.github.com/activities/forking/) this repository, in
* `cd my-package-to-edit`
* Make changes. Remember to edit tests.
* You may also want to add yourself to "Definitions by" section of the package header.
- Do this by adding your name to the end of the line, as in `// Definitions by: Alice <https://github.com/alice>, Bob <https://github.com/bob>`.
* `npm install -g typescript@2.0` and run `tsc`.
When you make a PR to edit an existing package, `dt-bot` should @-mention previous authors.