Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.01 KB

CONTRIBUTING.md

File metadata and controls

56 lines (43 loc) · 2.01 KB

How to contribute

We love third-party contributions to blazeRT. This can be anything from enhanced documentation, bug fixes in general or fixes for your specific platform.

When contributing to this repository, please first discuss the change you wish to make via issue with us of this repository before making a change.

Following are some general guidelines to increase the chance of successfully contributing.

Creating Issues

If you come across any problem, we would like to know about it. Also, if you would like to see a specific feature in blazeRT, create an issue to discuss the feature.

Currently, there are two templates for bugs and feature requests. If you feel that your issue does not fit either criteria, feel free to open an issue anyway.

We will try to get back to you as soon as possible.

Pull Requests

We love pull requests from everyone to make sure that blazeRT is as good as possible. Before creating a pull request for anything major, please file an issue to make us aware of your intended work. If your pull request is a bug fix or introduces a new feature, please reference the issue in your pull request.

Fork, then clone the repo:

git clone [email protected]:your-username/blazert.git

Set up the build directories and build blazeRT:

mkdir build
cd build 
cmake ../
cmake --build .

Run the tests and check that everything is setup correctly:

ctest

Now make your changes and if necessary add tests to ensure proper functionality. Run them before pushing to your fork.

If everything work as you desire, push to your fork and submit a pull request.

Now it's on us to check your code. We try to do this as quickly as possible.

Some things that will increase the chance that your pull request is accepted: