Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] - Add nightly builds link #1441

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/participate/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ agree to follow the code of conduct below
[code of conduct](https://github.com/1technophile/OpenMQTTGateway/blob/master/CODE_OF_CONDUCT.md)

[code style guide](https://google.github.io/styleguide/cppguide.html#Formatting)

So as to format automatically your document you have to add the "clang-Format" extension to VSCode, once done, you can format the code by doing a right click into the code file window and clicking "Format document".

Fork the [development branch](https://github.com/1technophile/OpenMQTTGateway/tree/development), then clone the repo
Expand Down Expand Up @@ -34,6 +35,11 @@ Some things that will increase the chance that your pull request is accepted:

[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

## Nightly builds

Nightly builds can be found [here](https://docs.openmqttgateway.com/dev/upload/web-install.html) for testing purposes only.
They are generated from the development branch nightly or from a particular pull request upon request.

## Developer Certificate Of Origin

```
Expand Down