We love your input! We want to make contributing to DevContext as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
DevContext is designed to catch its own context. When you contribute:
- Run the watcher:
node web/scripts/watcher.js - Check your activity in the dashboard.
- This helps us test the tool while building it!
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
Feel free to open an issue to discuss.