You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ For reporting issues use our [JIRA Bugtracking System](https://jira.catrob.at/se
17
17
If you want to contribute we suggest that you start with [forking](https://help.github.com/articles/fork-a-repo/) our repository and browse the code. Then you can look at our [Issue-Tracker](https://jira.catrob.at/secure/RapidBoard.jspa?rapidView=60) and start with fixing one ticket. We strictly use [Test-Driven Development](http://c2.com/cgi/wiki?TestDrivenDevelopment) and [Clean Code](http://www.planetgeek.ch/wp-content/uploads/2013/06/Clean-Code-V2.2.pdf), so first read everything you can about these development methods. Code developed in a different style will not be accepted.
18
18
After you've created a pull request we will review your code and do a full testrun on your branch.
19
19
20
-
If you want to implement a new feature, please ask about the details in JIRA or our IRC channel (#catrobat or #catrobatdev) first.
20
+
If you want to implement a new feature, please ask about the details on http://catrob.at/mailinglist
21
21
22
-
Start setting up the working environment by following the instructions in our [Wiki](https://github.com/Catrobat/Catroid/wiki/Setup-working-environment)!
22
+
Start setting up the working environment by following the instructions: https://github.com/Catrobat/Catroid/wiki/Setup-working-environment
23
23
24
24
Also make sure to read our guidelines for [creating a pull request](https://github.com/Catrobat/Catroid/wiki/Creating-a-pull-request)
25
25
@@ -35,7 +35,6 @@ Also make sure to read our guidelines for [creating a pull request](https://gith
Copy file name to clipboardExpand all lines: catroid/catroidBluetoothTestServer/src/org/catrobat/catroid/bluetoothtestserver/BluetoothClientHandlerFactory.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/*
2
2
* Catroid: An on-device visual programming system for Android devices
3
-
* Copyright (C) 2010-2016 The Catrobat Team
3
+
* Copyright (C) 2010-2017 The Catrobat Team
4
4
* (<http://developer.catrobat.org/credits>)
5
5
*
6
6
* This program is free software: you can redistribute it and/or modify
Copy file name to clipboardExpand all lines: catroid/catroidBluetoothTestServer/src/org/catrobat/catroid/bluetoothtestserver/clienthandlers/CommonBluetoothTestClientHandler.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/*
2
2
* Catroid: An on-device visual programming system for Android devices
3
-
* Copyright (C) 2010-2016 The Catrobat Team
3
+
* Copyright (C) 2010-2017 The Catrobat Team
4
4
* (<http://developer.catrobat.org/credits>)
5
5
*
6
6
* This program is free software: you can redistribute it and/or modify
0 commit comments