forked from Catrobat/catrobat.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst_steps.html
77 lines (70 loc) · 4.32 KB
/
first_steps.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>First steps into Catrobat</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Catrobat</h1>
<p>A visual programming language<br/> and set of creativity tools<br/> for smartphones, tablets,<br/> and mobile browsers</p>
<p class="view"><a href="http://developer.catrobat.org/">Home</a></p>
</header>
<section>
<h2>First steps into Catrobat</h2><br />
<strong>Hi, <br />the following lines should help you with your first steps into the Catrobat project.</strong>
<br />10 January 2015</p>
<p>Assuming you already know <a href="http://developer.catrobat.org/">developer.catrobat.org</a> your next steps should be:
<ol>
<li> Write some programs using Pocket Code and Pocket Paint, upload your Catrobat programs, and
check out our inspiration source, the <a href="http://scratch.mit.edu/">Scratch project</a>.</li>
<li> Visit us on <a href="https://github.com/Catrobat">GitHub</a> <br />
As you can see Catrobat is a very large project with a lot of sub-teams. So go ahead and look into them.
Each project should have a readme file so check that out too. There should be viable information for you in it.</li>
<li> If you want more information, visit us our
<a href="https://plus.google.com/communities/116816272940643231129">Google+
Community named Catrobat</a>. If you would like to work with us, please read on.</li>
<li> If you want to contribute to our project, please choose one of the sub-projects, you would like to work on. Once
you have chosen a project, we recommend that you checkout the project and play around with it a little.</li>
<li> Maybe you find a bug while trying out Catrobat? Awesome. Report it via GitHub. If you can’t find a bug, doesn’t
matter; seems that we have done too much the right way ;)</li>
<li> Now is the right time to check out the Issues on GitHub. First fork the project then choose an Issue you can fix -->
<em>first</em> write a regression test for it, and <em>then</em> only fix it. <br/><br/>
We <em>strictly</em> use <a href="http://c2.com/cgi/wiki?TestDrivenDevelopment">Test-Driven Development</a>
and Clean Code (by <a href="http://en.wikipedia.org/wiki/Robert_Cecil_Martin">Robert C. Martin</a>),
so first read everything you can about these development methods.
Code developed in a different style will <em>not</em> be accepted.<br/><br/></li>
<li> You have fixed an Issue and written at least one test for it? Awesome. Ask for a review via a Pull-Request in Github.</li>
<li> It could take time some time until you hear from us.... In the meanwhile why not choose another Issue or
engage in the <a href="https://plus.google.com/communities/116816272940643231129"> community
on Google+</a>. Try to answer questions of visitors or pose questions yourself, if you have still have some.</li>
<li> Your Pull-Request has been accepted? Go back to 6.</li>
<li> There are no more Issues? Can't be! Go back to 5.</li>
</ol>
</p>
<!--
<p>
For all of you who are early starters for GSoC'14. We are currently working on our application and our project ideas, so pls be patient.
</p>
-->
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42270417-2', 'catrobat.org');
ga('send', 'pageview');
</script>
</body>
</html>