Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 971 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 971 Bytes

Contribute

Help us make Beacon better.

Typical contribution flow:

  1. Create issue (bug or new feature)
  2. Wait for some feedback
  3. Commit your changes
  4. Create a pull request

Reporting bugs

Please search existing issues for same/similar bug to prevent duplication. A bug report should include:

  • The Revit version (2018, 2019, 2020 etc.)
  • A description of the issue
  • Expected and actual behavior

Suggesting new features

Please search existing issues for same/similar feature to prevent duplication. A feature request should include:

  • A description of the issue
  • A sketch/drawing/image, if possible

Branch

The branching model in use is described here. The repository contains two branches:

  • master - the production/release branch (stable code)
  • develop - the branch containing the latest development changes (pre-release code)

Please base your work on the develop branch.