Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.51 KB

How to contribute

Contributions to ScalaBridge are welcomed and encouraged - without input from volunteers we would have nothing!

By participating in this project you agree to abide by the Bridge Foundry code of conduct.

You can contribute to ScalaBridge by either:

  1. Creating an issue to suggest an enhancement, identify a 'bug', or make another request, or
  2. Creating a pull request to resolve an issue by revising existing content or creating new content.

To create issues or make pull requests you need a GitHub account.

Creating an Issue

Creating an issue requires no technical expertise. Go to the scalabridge repository, create a new issue, type a title and description for your issue and click Submit new issue when you are finished. A Github help page is also available.

Pull Request Process

  • Fork and sync local repository
  • Use a topic branch
  • Make and commit your changes; test them locally and on your fork
  • Make a pull request
    • reference the associated issue. If an issue does not exist create one and assign it to yourself.
  • Team member review
    • make changes as necessary
  • Squash commits and merge

Refer to CONTRIBUTING-detailed-instruction for more detailed information regarding any of the above steps.