Help us make Beacon better.
Typical contribution flow:
- Create issue (bug or new feature)
- Wait for some feedback
- Commit your changes
- Create a pull request
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
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
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.