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.
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.
OED uses feature branches and enforced CI. To make a change:
- Clone the repository
- Make a new branch for your changes
- Make and commit changes
- Run
npm run check
andnpm run test
to ensure your changes will pass CI - Push and open a pull request