Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 1.35 KB

Contributing to staruml-ruby

Contributions to staruml-ruby are very welcome. Please, have a look through the guidelines in this file before submitting an issue or a pull request.

Issues

Use the issue tracker for reporting bugs, requesting new features, and discussing. If you want to submit an issue,

  • search the issue first to prevent double submission of issues.
  • the issue detail should be written clearly.

Pull requests

Follow these guidelines below.

  • use soft tabs that set to 2 spaces for the code.
  • test your code first to make sure the code is working properly.
  • commit message should contain what you changed.
  • choose dev branch as your target branch.
  • the pull request detail should be written for additional details.

Useful Links

Here below are some useful links for developing a StarUML extension.

License

By contributing your code, you agree to license your contribution under the terms of the MIT License.