Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 819 Bytes

How can you contribute to BaaL.

Bug fixes

Please submit a PR that includes the fix as well as a test that would reproduce the issue.

New features

Please submit an issue describing the feature. Once it is approved by a team member, you, or another contributor can submit a PR.

New methods

To submit a new method, please submit an issue that would describe the new method with full references to published papers. You must provide some early results that indicates that the new method is at least better than random. Once the method is approved, you can submit a PR which would include:

  1. The method.
  2. The ModelWrapper class/patch method associated if needed.
  3. An experiment script with results.
  4. If you would like, you can submit a blog post in /docs describing your method.

Thank you!