Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 950 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 950 Bytes

Contributing Guidelines

Contributor roles

Open source should not be just about writing code. A good open source project also needs:

  • Documentation writers
  • Testers
  • Tutorial writers
  • Evangelists
  • Automation builders

If you want to get involved in a role (including ones we may have missed!) reach out to one of the committers.

Working on issues

  • Ensure there is a GitHub issue for any bug before submitting a PR.
  • Enhancements should be discussed and a feature request issue created, before starting work on it.
  • Fork and raise a PR for work.
  • Ensure documentation is updated accordingly.
  • Ensure changelog is updated.

Development Environment

  • Develop code with TypeScript
  • Use JS doc in source code to document methods
  • Use current NodeJS
  • Favour build-ins over packages (e.g. fetch)

PRs

  • When ready, complete a PR and submit.
  • Review the requirements for submitting a PR, for example updating documentation.