Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 1.12 KB

Contributing to SSN2 development

This outlines how to propose a change to SSN2. There are two main approaches:

  1. Create a GitHub issue identifying a bug or suggesting a feature.
  2. Contribute a code change via a GitHub pull request.

If you prefer to not use GitHub, please send an email to [email protected].

GitHub Issue

You may create a GitHub issue identifying a bug or suggesting a feature. You may access SSN2's GitHub issues webpage by visiting https://github.com/USEPA/SSN2/issues.

Please illustrate the bug or feature using a minimal reproducible example, or reprex, linked here. See the tidyverse guide on how to create a great issue linked here for more advice.

GitHub Pull Request

To contribute a change to SSN2, please use a pull request. To learn more about creating a GitHub pull request, please see the GitHub guide linked here.