Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Expand contributing guide with notes on changelog and a great API
Browse files Browse the repository at this point in the history
  • Loading branch information
vsund committed Jun 23, 2018
1 parent cb728d0 commit c342d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ Thanks for contributing!

* Please put your classes in ClassName.ts
* Please don't use default exports (see [this](https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html) and [this](https://blog.neufund.org/why-we-have-banned-default-exports-and-you-should-do-the-same-d51fdc2cf2ad))
* If you're implementing something changelog-worthy, please add it to the upcoming [changelog](https://github.com/ntzwrk/blockstack.ts/blob/develop/CHANGELOG.md)
* Bonus points: Make the methods/classes you add fun and easy to use :tada:

0 comments on commit c342d41

Please sign in to comment.