Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 1.16 KB

First of all, thanks for taking the time to contribute! 🎉👍

Things to keep in mind when contributing to the project:

  • Follow the biohackathon's code of conduct.
  • Describe each new effort as early as possible in a new issue or pull request here to avoid duplication of work. Notes on issues:
    • Use issues to propose annotation efforts which you are not actively working on.
    • Additional annotations are labaled as "enhancement", ongoing efforts as "in progress" and problems as "bug"
  • Keep each annotation effort in a separate subfolder of this repository with a README.md file describing it.
  • Acknowledge the sources for your data.
  • Add license information if your provided code has restrictions incompatible with the MIT license used here.
  • Provide annotation data with a description of what the data is.
  • Provide documentation on how to run/use any contributed script/code and example input/output.
  • You can add yourself or others to the table of contributors by follwing the all-contributors bot usage instructions.