Foundry Industrial Strength JavaScript

Contributing to Foundry

Foundry is free, open source, and ready for you to contribute! Here's how.

To develop Foundry, you will need:

All development and bug fixes will be handled on GitHub.

Submitting a Bug Fix or Feature

  1. Fork the repository on GitHub
  2. Create a branch to encompass the bug fix or feature. If an issue was created, put the issue Id in the branch name.
  3. Submit a pull request
  4. Do not commit the concatenated files. We will do that once your branch has been merged in, just before a release.

For bugs, include what went wrong, how to reproduce it and what impact it has.

For features, include a description and reason this should be added.