Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 703 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 703 Bytes

contributing

code

Node.js should be installed.

  1. Fork this repo.

  2. Setup your fork locally:

    git clone https://github.com/YOUR-USERNAME/txt.git
    cd txt
    git remote add upstream https://github.com/wyvrw/txt.git
    npm install
  3. If it has been some time, keep your fork up to date:

    git pull upstream master
  4. Make changes and then test the code:

    npm test
  5. Create a pull request.

Do not edit txt.js or txt.min.js in the root folder - these will only be updated for the next release. Edit txt.js in the src folder.