You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Libraries in the Contributors organization are expected to:
Have at least one (and preferably more) assigned maintainers, as indicated by badges in the project README.
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).
Have a CHANGELOG.md in the root directory.
Have an adequate test suite which is exercised by continuous integration (see the tests section below)
A .github directory containing issue templates, pull request templates, contributing guide, and workflows for tests in continuous integration and automatically labeling stale issues and pull requests.
Issue template
PR template
Contributing guide
The text was updated successfully, but these errors were encountered:
https://github.com/purescript-contrib/governance/blob/main/library-guidelines.md
TODO
README.md
) and the rest of examples could go indocs
docs/README.md
examplesCHANGELOG
(usingpurescript-contrib/chnglg
)The text was updated successfully, but these errors were encountered: