Make source code open by default

Effective:

Make all new source code open by default.

Its important to share your source code so others with a similar need can reuse it.

Open source helps to:

  • reduce costs for your project and others
  • avoid lock-in
  • stop duplication
  • increase transparency
  • add benefits, from improvements by other developers.

Final code will not be produced in Alpha stage, however you should still be thinking about how you can share what you create. During the Alpha stage, you'll need to:

  • show that you have considered a plan to release it under a licence that is suitable for your service
  • consider publishing the source code on a platform with wide adoption in the open source community, such as GitHub (Opens in new window) .

During Beta stage you'll have developed further working code and should be ready to share your code in a repository. By the time you go live you should be able to show:

  • how you are making new source code open and reusable, for example, storing in repositories, releasing code under licence, using APIs
  • you have provided a plan or guidance for contributors
  • how you're handling updates and bug fixes to the code.