Skip to content

Commit 8e9934b

Browse files
mikhailvinkMaXal
authored andcommitted
Readme changes, added Open Source and Contribution section
(cherry picked from commit 1c7f473)
1 parent df164f4 commit 8e9934b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We'll also cover a vast amount of keyboard shortcuts to make working with PhpSto
88

99
This workshop is self-paced, meaning you can work your way through slides and exercises on your own, whenever and wherever you want. Exercises come as a PhpStorm project in which every file is a new exercise that may contain code and tips to get things done.
1010

11-
## Getting the project
11+
## Getting the Project
1212
There are a couple of ways to get started with the PhpStorm workshop materials:
1313

1414
* Create a new project using Composer. Note that you can also create a new project in PhpStorm and use the Composer project type and search for "jetbrains/phpstorm-workshop"
@@ -23,10 +23,13 @@ There are a couple of ways to get started with the PhpStorm workshop materials:
2323

2424
``wget https://github.com/JetBrains/phpstorm-workshop/archive/master.zip``
2525

26-
## Getting started
26+
## Getting Started
2727
There are some things to know about the project:
2828

2929
* The project can be opened as-is in PhpStorm. No settings are included in the project yet, because these are configured when following exercises.
3030
* All numbered folders contain exercises that you can work on. Simply open the numbered files one by one and follow the comments in the file. Most exercises are self-contained, others build on previous exercises.
3131
* The PhpStorm Workshop.pptx / PhpStorm Workshop.pdf is a slide deck which summarizes many of the items covered in exercises.
3232
* The PhpStorm Reference Card.pdf is the PhpStorm keymap. The latest version can always be found on the [PhpStorm website](http://bit.ly/phpstorm-shortcuts).
33+
34+
## Open Source and Contribution
35+
The workshop is Open Source, licensed under the Apache 2 license. If you would like to contribute to the workshop materials, please feel free to fork the repo and send us a pull request. Or if you have a comment, question, or suggestion for improvements, please [raise an issue](https://github.com/JetBrains/phpstorm-workshop/issues).

0 commit comments

Comments
 (0)