diff options
author | Matti Tahvonen <matti@vaadin.com> | 2016-07-01 17:23:45 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-19 14:48:11 +0000 |
commit | 016a2ceb86f771a3902ace98d9fe56351c0efdf2 (patch) | |
tree | ed69875be0a8846b181e0ff3d8c8125b7d3abbdf /README.md | |
parent | 1a1d03125c9db77ccc49c5f432734e2339bc860c (diff) | |
download | vaadin-framework-016a2ceb86f771a3902ace98d9fe56351c0efdf2.tar.gz vaadin-framework-016a2ceb86f771a3902ace98d9fe56351c0efdf2.zip |
Added contributing instructions
Added instructions built by Markus to the project.
Change-Id: I4e5214cf4fec7d2d3068f5a061a0764e6eaec878
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,9 +4,10 @@ For instructions about _using_ Vaadin to develop applications, please refer to [Vaadin tutorial](https://vaadin.com/docs/-/part/framework/tutorial.html) and other [documentation](https://vaadin.com/docs/). -To contribute, first refer to [Contributing Code](https://vaadin.com/wiki/-/wiki/Main/Contributing+Code) for general instructions and requirements for contributing code to the Vaadin framework. +To contribute, first refer to [Contributing Code](https://github.com/vaadin/vaadin/blob/master/CONTRIBUTING.md) +for general instructions and requirements for contributing code to the Vaadin framework. -Instructions on how to set up a working environments for developing the Vaadin Framework follow below. +Instructions on how to set up a working environment for developing the Vaadin Framework follow below. ## Building a package |