Skip to content

Commit 1999427

Browse files
authored
Add licensing information
1 parent 5914982 commit 1999427

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This repository hosts content for the documentation section of the Arduino Pro w
44

55
# How Can I Contribute?
66

7-
Contributing by creating content or suggestion changes to existing content can be done by making pull requests. You start by forking the `master` branch. Create a new branch based on master and name it according to what you will create (e.g. `wifi-tutorial`). Make a copy of the `template` folder and modify that if you're creating a new document.
7+
Contributing by creating content or suggestion changes to existing content can be done by making pull requests. CC-BY-SA-4.0 is the default license for any contribution. Sample code within this documentation is made available under the CC0 license.
8+
9+
You start by forking the `master` branch. Create a new branch based on master and name it according to what you will create (e.g. `wifi-tutorial`). Make a copy of the `template` folder and modify that if you're creating a new document.
810

911
When you're done with a draft you can create a pull request. This will give the content team the possibility to review it and leave comments or request changes. During this review process you can continue to push commits to the same branch. They will show up in the pull request automatically. Once the pull request gests merged into master, the content will be deployed to the staging server where you will be able to have a final look on how it looks on the website. When everything looks fine, one of the repository maintainers will create a release of the latest version. This will then be automatically deployed to the production server.
1012

0 commit comments

Comments
 (0)