Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

37 lines (31 loc) · 1.93 KB

Contributing to DAGMC

The following is a guide to contributing to the DAGMC repository. Please note there is a Code of Conduct and make sure to follow it in all interactions with this project.

Creating a Pull Request

  1. Fork this repository from develop and create a branch for new code.
  2. Add or update any applicable tests for the new code.
  3. If applicable, update the README documentation or website documentation.
  4. Issue a pull request using the pull request template. All pull requests must include a meaningful change to the CHANGELOG. You can either add a new entry to the CHANGELOG, or just add a reference to this pull request number if the change is already included in a prior entry.

Reporting an Issue

  • If you wish to report a bug, use the bug report template.
  • If you wish to suggest an improvement, use the feature request template.
  • If you have any other issue, be clear and concise in its description and label it accordingly.

Important Resources

License

By contributing, you agree that your contributions will be licensed under the Simplified BSD License.

References

These guidelines were adapted from here and here.