Code Monkey home page Code Monkey logo

guidelines's Introduction

Codecademy Open Source Practices

Codecademy open source guidelines and recommendations! Do we open source things? What do we open source? Let's find out! ๐Ÿ™Œ

Preliminary preparation

What not to open source

Generally, anything related to our mission-critical or business-exclusive IP (intellectual property). That includes, but is not limited to:

  • Internal code evaluation services
  • Content authoring toolsets
  • Payments handling
  • Super secret projects the world isn't ready for yet

Note that "old, sloppy code" is not on that list of exclusions. We understand nothing is perfect and code rots over time.

What to open source

Ideally, most everything else! We'd like to err on the side of openness. Sections of code that can be made generic should, when reasonably possible, be opened so the community can benefit from them as well.

First steps

Before creating a new open source repository or releasing an existing one:

  1. Ask your EM to approve the idea of open sourcing your component(s)
  2. Ask your department head to approve the idea of open sourcing your component(s)
  3. Code review files in the code for insensitive language or sensitive items (e.g. AWS secrets)
  4. Ask your EM for a similar code review
  5. Run a tool to check for sensitive items in Git history

Project paperwork

Oh boy, you're ready to create a repository on GitHub! It should contain at least the following:

  • .circleci/config.yml and PR builds set up with CircleCI
  • LICENSE.md, preferably with the MIT license
  • README.md containing at least:
    • Title, GitHub badges for relevant tooling, and a concise explanation of the project
    • Clear documentation for the following, each either in the README.md or a linked docs file:
      • Basic and advanced usage instructions
      • Development requirements and instructions
    • Link to the Contributor Covenant as the code of conduct

Also see:

Popular promotions

Fun things you can do to spread the brand! We recommend going through at least some of these to get more eyes on the project. It helps your personal brand and ours!

  • Solicit teammates to star the GitHub repository
  • Tweet it out and tag the Codecademyโ€ account
  • Publish a Medium article

Contribution Guidelines

Please note that this project is released with a Contributor Covenant. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT.md.

guidelines's People

Contributors

jakemhiller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guidelines's Issues

Solidify the list of suggested labels

We'll want at least:

  • Accepting PRs
  • Good First Issue

I like these as well:

  • Breaking Change
  • Duplicate
  • Status: In Discussion
  • Status: Blocked
  • Status: Declined
  • Type: Bug
  • Type: Documentation
  • Type: Feature Request

...and these for PRs:

  • PR: Waiting for Author
  • PR: Waiting for Reviewer
  • PR: Merge Target Branch

...though it appears repositories tend to have these all in lower case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.