From 023953f1fea8163a381540940b455d8c674b430a Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Thu, 20 Oct 2016 22:54:32 +0200 Subject: [PATCH] Contributors list --- CONTRIBUTORS.txt | 4 ++++ README.md | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTORS.txt diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 0000000..0b6c740 --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1,4 @@ +Marcel Kapfer (mmk2410) +Bart de Koning +Francesco Levorato (flevour) +Andy Balaam (andybalaam) diff --git a/README.md b/README.md index b4c5dfd..3f575e2 100644 --- a/README.md +++ b/README.md @@ -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 ``` - 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 commit -m "Version 15.0.2" ``` - 14. Push to the branch + 15. Push to the branch ``` git push origin version_15.0.2 ``` - 15. Create new pull request + 16. Create new pull request ## Setting up the build environment