Contributors list
This commit is contained in:
parent
6adee7d029
commit
023953f1fe
2 changed files with 9 additions and 3 deletions
4
CONTRIBUTORS.txt
Normal file
4
CONTRIBUTORS.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
|
||||||
|
Bart de Koning <bartdaking@gmail.com>
|
||||||
|
Francesco Levorato (flevour) <git@flevour.net>
|
||||||
|
Andy Balaam (andybalaam) <mail@artificialworlds.net>
|
|
@ -71,20 +71,22 @@ To update the version follow the following steps (the old version is here 15.0.1
|
||||||
sudo dpkg -i intellij-idea-community_15.0.2-1_all.deb
|
sudo dpkg -i intellij-idea-community_15.0.2-1_all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
13. If everything works commit your changes
|
13. If everything works, add yourself to the CONTRIBUTORS.txt
|
||||||
|
|
||||||
|
14. Commit your changes
|
||||||
|
|
||||||
```
|
```
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Version 15.0.2"
|
git commit -m "Version 15.0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
14. Push to the branch
|
15. Push to the branch
|
||||||
|
|
||||||
```
|
```
|
||||||
git push origin version_15.0.2
|
git push origin version_15.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
15. Create new pull request
|
16. Create new pull request
|
||||||
|
|
||||||
|
|
||||||
## Setting up the build environment
|
## Setting up the build environment
|
||||||
|
|
Loading…
Reference in a new issue