Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Code entrance criteria

Bryan Masamitsu Parsons edited this page Sep 25, 2018 · 1 revision

HOWTO decide if your code be in GPSTk:

  • Distribution: GPSTk is for public distribution - any FOUO, CAT1 information is prohibited.
  • Primary audience is SGL staff and External Developers/Users.
  • Code that may be of use to other GPSTk staff and external developers/users.
  • Code the behaves reliably and has been fully tested.
  • Code that is experimental or in development and not fully tested, but builds and compiles.
  • Code that you are willing to give up some control over.
  • Code that you would like to make available to other projects to depend upon and have a mechanism to distribute and install.

If your code does not meet the above criteria, keep it in a private personal repo, preferably on the github or gitlab, until it's ready.