Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 1.4 KB

License agreement implied by contributing code

Note: by contributing code to this project in any form, including sending a pull request via Github or a code fragment or patch via private email or public discussion groups, you agree to release your code under the terms of the BSD license that you can find in the LICENSE.md file included in the source distribution.

How to use GitHub Issues for the modeling repository

GitHub Issues is used to track development actions for this repository. If there is a problem or concern, create an issue using the GitHub web interface. Please ensure a duplicate issue doesn't already exist.

  1. Create a descriptive title that summarizes the issue
  2. Write enough details in the description that anyone else familiar with the project can take action and be productive on this topic
  3. Populate metadata fields a. Use "Assignees" to assign relevant people to work on the issue b. Use "Labels" to assign appropriate tags c. Use "Milestone" to assign issue to group

How to provide a patch for a new feature

Use the following procedure to submit a patch:

  1. Fork the repository on GitHub -- Only for people not part of the Severson-Group
  2. Create a topic branch git checkout -b my_branch
  3. Push to your branch git push origin my_branch
  4. Initiate a pull request on GitHub