Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (42 loc) · 3.94 KB

CONTRIBUTING.md

File metadata and controls

70 lines (42 loc) · 3.94 KB

Thank you for your interest in helping NuPIC improve and evolve. NuPIC was open-sourced by Numenta in June 2013. Numenta maintains and runs this code (with the help of the HTM community) to support ongoing research and development of HTM theory. We also create sample applications of HTM as showcased here.

Before your pull requests will be reviewed by our team of committers, you'll need to sign our Contributor License. You can see the current list of committers and contributors who've signed our CL.

Before considering contribution, we would like you to understand what NuPIC is and how it works. It would be a good idea to become familiar with HTM Theory and read some posts on HTM Forum.

Learn about the other contributors who you'll be working alongside.

Ways to Contribute

Bounties

Bountysource

File Bugs

If you found a bug, please report it in as much detail as possible. Copy / paste of console text is better than screenshots of console logs.

Document Code

We're missing a lot of documentation.

Fix Issues

We tag issues with a "help wanted" label when we are looking for community contributions. You can see all these tickets here.

Protocol and Processes

Below are some things you should familiarize yourself with before working on NuPIC.

NOTE: This video is a bit outdated, but still useful for those getting to know the git process.

A beginner's introduction to how we use git, Github, and Travis-CI for NuPIC development.

If you have a change you want to make, a bug you'd like to fix, or a new feature to implement, start here. This document will inform you about the process of developing NuPIC.

Provide technical details about how code changes are vetted, tested, approved, and eventually integrated into the master branch of our repositories.

Learn more about how NuPIC is released through the page linked above.

Developer Resources

Coding Standards and Guides

Other References