Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

ZupIT/beagle-build-plugins

Repository files navigation

Beagle SDK Live Preview

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Table of Contents

About

Live preview web socket is an Apache Maven plugin to use alongside Beagle.

Usage

Project Status: WIP – Initial development it is in progress, but there has not yet been a stable, usable release suitable for the public.

Contributing

If you want to contribute to this module, access our Contributing Guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Beagle.

Developer Certificate of Origin - DCO

This is a security layer for the project and for the developers. It is mandatory.

Follow one of these two methods to add DCO to your commits:

1. Command line Follow the steps: Step 1: Configure your local git environment adding the same name and e-mail configured at your GitHub account. It helps to sign commits manually during reviews and suggestions.

git config --global user.name “Name”
git config --global user.email “email@domain.com.br”

Step 2: Add the Signed-off-by line with the '-s' flag in the git commit command:

$ git commit -s -m "This is my commit message"

2. GitHub website You can also manually sign your commits during GitHub reviews and suggestions, follow the steps below:

Step 1: When the commit changes box opens, manually type or paste your signature in the comment box, see the example:

Signed-off-by: Name < e-mail address >

For this method, your name and e-mail must be the same registered on your GitHub account.

Code of Conduct

Please read the code of conduct.

License

Apache License 2.0.

Community

Do you have any question about Beagle? Let's chat in our forum.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •