Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6d47e0c

Browse files
committed
add a couple more points to library maintenance
1 parent e02e864 commit 6d47e0c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

public/docs/ts/latest/cookbook/third-party-lib.jade

+9-4
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,16 @@ table(width="100%")
368368
:marked
369369
### Be a good library maintainer
370370

371-
Remember to document your library,
372-
[manage your dependencies properly](appendix-dependency-management),
373-
follow [Semantic Versioning](http://semver.org/) and
374-
setup a Continuous Integration solution to test your library (included is a `travis.yml`
371+
Now that you've published a library, you need to maintain it as well.
372+
Below are some of the most important points:
373+
374+
- Keep an eye on the issue tracker.
375+
- Document your library.
376+
- [Manage your dependencies properly](appendix-dependency-management)
377+
- Follow [Semantic Versioning](http://semver.org/)
378+
- Setup a Continuous Integration solution to test your library (included is a `travis.yml`
375379
file for [Travis CI](https://docs.travis-ci.com/user/getting-started/))!
380+
- Choose an [appropriate license](https://choosealicense.com/).
376381

377382

378383
.l-main-section

0 commit comments

Comments
 (0)