Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.42 KB

Contributing to Prescription Merge Conflict (PMC)

Contributor License Agreement

You are acknowledging that you have a right to license your contribution to this project. By submitting a pull request you are guaranteed that your contributions are licensed under the MIT license. You must accept this policy in order to contribute to our project.

New Feature Requirements

  • When you finish the feature contact either contributor about integrating it into the project

Current Planned Features

  • Be able to use other patient data such as weight, age, sex, etc. to make a better prediction about drug interactions
  • Make a score for the severity of a drug interaction in order to give the doctor a measureable scale
  • Speed Improvements
  • UI Improvements

Style Guide / Coding conventions

Python

Javascript

Commits

  • Provide meaningful and complete commits
  • No periods
  • Present tense

Where can I ask for help?

Email a contributor

How to report a bug:

  • Include description of bug
  • Steps that caused the bug

Special Thanks

Parts of this document were adapted from Hack Illinois' 2017 API Contributions guide at Hack Illinois