Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
29 lines (19 loc) · 1.57 KB

Contributing to NEAT

We welcome contributions to the NEAT project. Before contributing, please review our Code of Conduct.

Issues

To submit issues and enhancement requests, please use the GitHub issues tracker.

Contributing

Future development of the NEAT project will take place in the NCSA project space, here: https://github.com/ncsa/NEAT. We are working on bringing the code up to PEP 8 standards, as well as leveraging Biopython and Pandas to speed up analysis. We would like to transition the code to C++ to increase the speed and efficiency. Please direct inquiries to that repo.

In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

Note: Be sure to merge the latest changes before making the pull request. You can increase your chances of a successfull pull request by indicating clearly what branch you are contributing to and making a detailed commit message. It also helps if you open an issue first to let us know you are working on this project.

License

NEAT is licensed under BSD 3-Clause License. Because we also use some of the software from Biopython, we additionally have included the Biopython License Agreement