Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 495 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 495 Bytes

Contributing

  1. Fork the repository
  2. Make your changes
  3. Submit a pull request

This repository is being used to experiment with github issues and the standard git workflow.

Modifying central code

These are instructions to make sure you don't alter other people's results.

  1. Run test_unchanged --setup to create the versions of everything before you start doing work.
  2. Do your thing.
  3. Run test_unchanged to see what (if anything) has changed.