Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 656 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 656 Bytes
  1. Specify changes by creating single line text files in changes/ The filename should be of the form:

     <prefix>-<identifier>.md
    

    where <prefix> is one of:

    prefix what to use it for
    break IMPORTANT: Change breaks backward compatibility
    fix Change fixes a bug
    feature, new Change adds a new feature
    info Informational change
    doc Documentation change
    refactor Change is a refactor

    and <identifier> is a unique-ish identifier such as an issue number, your name, a short description of the change, etc...

  2. The tests ought to pass.