Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.37 KB

Contributing.md

File metadata and controls

35 lines (23 loc) · 2.37 KB

Contributing to TumblThree

Your contributions to TumblThree are welcome, and warmly received! In doing so, here are the guidelines we'd appreciate you following:

Got a Question or Problem?

For questions about how to use TumblThree, please direct these to Gitter TumblThree Help. For discussion regarding development issues, bugs, or feature implementation, direct these to Gitter TumblThree Development. For any other TumblThree related discussion, head to Gitter TumblThree Community.

Problems?

If you've found a bug in the source or mistake in the documentation, you can help us by submitting an issue to our GitHub Repository, and even a pull request addressing the issue. Please ensure an issue is created prior to creating a pull request, and reference the issue number from the PR.

Something Missing?

You can request a new feature by submitting an issue to our GitHub Repository.

If you would like to implement a new feature yourself then first consider what kind of change it is:

  • Major Changes - A new feature that is beyond an engineered extensibility point or otherwise of a non-trivial nature... Ensure an issue is open first You may also wish to raise the matter in the Gitter TumblThree Development channel. Failing to do so may result in your PR being rejected.
  • Small Changes - A simple change, bugfix, or feature leveraging a planned extsion point... You may create an issue of one doesn't already exist and a PR with no further consultation. Your PR has a higher probability of being accepted, but if no discussion has taken place prior to submission, prefix your PR with [WIP] to signify that your work is in progress, and discussion should take place within the pull request.

Coding

Developer Environment

  • Visual Studio 2017 (with latest patches/updates), with all .Net features.
  • PowerShell
  • WiX (WIndows Installer Xml) 3.11 or later.