Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 859 Bytes

File metadata and controls

27 lines (21 loc) · 859 Bytes

Contributing to DevContext

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

We Dofgood Our Own Tools

DevContext is designed to catch its own context. When you contribute:

  1. Run the watcher: node web/scripts/watcher.js
  2. Check your activity in the dashboard.
  3. This helps us test the tool while building it!

Pull Request Process

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue that pull request!

Any questions?

Feel free to open an issue to discuss.