Skip to content

Commit ccef661

Browse files
authored
Update library-guidelines.md
1 parent 2524ccc commit ccef661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library-guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This short handbook outlines the mimimum expectations for libraries in the PureS
77
Libraries in the Contributors organization are expected to:
88

99
1. Have at least one (and preferably more) assigned maintainers, as indicated by badges in the project README.
10+
1. Depend only on PureScript [core packages](https://github.com/orgs/purescript/repositories) or other **contrib** packages.
1011
1. Have adequate documentation in the form of module documentation published to Pursuit, a README containing a library summary, installation instructions, and more, and a `docs` directory containing at least a short tutorial (see [the documentation section below](#documentation)).
1112
1. Have a CHANGELOG.md in the root directory.
1213
1. Have an adequate test suite which is exercised by continuous integration (see [the tests section below](#tests))

0 commit comments

Comments
 (0)