Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 771 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 771 Bytes

Contributing to OED

We're thrilled that you're interested in contributing to the OED project. We welcome all open source contributions, whether bug reports, patches, or anything else.

Check out the USAGE.md file to learn how you can set up OED on your own system.

Legal Stuff

Please sign our CLA before contributing code to OED. It is not necessary to sign the CLA in order to contribute by filing or discussing issues.

Development Workflow

OED uses feature branches and enforced CI. To make a change:

  1. Clone the repository
  2. Make a new branch for your changes
  3. Make and commit changes
  4. Run npm run check and npm run test to ensure your changes will pass CI
  5. Push and open a pull request