Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.24 KB

Welcome Contributors!

Contributing to this repository

Getting started

Before you begin:

How to make a contribution

  1. fork this repository
  2. make changes to the files, please follow Coding Conventions
  3. Update the README.md if needed
  4. submit your Pull Request with details of changes
  5. link any open issues that your Pull Request addresses
  6. Project maintainers will review the Pull Request
  7. once your Pull request is merged you will be listed as a contributor. Congrats!

How to report Bugs/ Problems

  • You can open an issue with the Bug reports template
  • Please provide detailed description on what the issue is

Feature Request

  • You can open an issue with the Feature Request template

Current Goals

  • creating an operational front-end
  • fixing neptune database to accepting incremental additions

Testing

Coding Conventions

  • place spaces around operations like x += 1 or in arrays