forked from codeuino/website-www.codeuino.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewcomers.html
115 lines (102 loc) · 6.2 KB
/
Newcomers.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE HTML>
<html>
<head>
<title>Get Involved CODEUINO </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html"><b><font size="24">CODEUINO</font></b></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="getinvolved.html">Get Involved</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="#">Team</a></li>
<li><a href="https://tinyurl.com/y9vkllcy" class="button special">Sign Up</a>
</li>
</ul>
</nav>
</header>
<div id="Guide" class="wrapper style1">
<br><br>
<h2><center> Welcome to Newcomers Guide !!</center></h2>
<p> CODEUINO community here proudly opens its heart and mind for developers from all over the world. Together they work hard everyday to ensure all members feel welcome when they become the part of the community. </p>
<br>
<p> Everyone in the CODEUINO community is expected to follow our Code Of Conduct.To become a part of the CODEUINO developers team, there are few steps you need to complete. </p>
<p>You will start as a newcomer, which is a kind of a trial. If you complete the following tasks, you will become a developer at CODEUINO.</p>
<br><br>
<ul>
<li> Run CODEUINO project of yours.</li>
<li> Merge a <b>difficulty/newcomer</b> Pull Request.</li>
<li> Review atleast a <b> difficulty/newcomer</b> Pull Request.</li>
<li> Merge a <b>difficulty/low</b> Pull Request.</li>
<li> Review atleast a <b>difficulty/low</b> or higher Pull Request.</li>
</ul>
<br>
<div>
<ul><b><u>Note:-</u></b>
<br><br>
<li> After you have solved a difficulty/newcomer issue, please don't take up any more. Instead move onto more difficult issues. </li>
<li> You need to be logged in before you follow the Newcomer issues link.</li>
<li> As stated above, you should never work on an issue without being assigned.</li>
<li> An important part of working on issues is documenting your work in such a way that it is easy for others to read and understand. A lot of Newcomer issues involve improving documentation.</li>
<li> Reviewing code helps you to learn from other people's mistakes so you can avoid making those same mistakes yourself in the future. Thus, you are improving yourself in the process.</li>
<li> We highly encourage you to do reviews. Don't be afraid of doing something wrong. There will always be someone looking over it before merging it to the master.</li>
<li> Do Not tag the reviewers every time you push a change. They review PR's consistently whenever they have time.</li>
</ul>
</div>
<br><br>
<p>Of course, the order of the steps above is not important, although we recommend that you start with a <b>newcomer</b> isssue, end with a <b>low</b> issue, and review other PR's in the meantime.</p>
<br>
<p>This is a step-based guide that will help you make your first contribution to CODEUINO, while getting you familiar with the workflow.</p>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/codeuino" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/codeuino/?modal=admin_todo_tour" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.linkedin.com/company/codeuino/" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/codeuino" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>©CODEUINO. All rights reserved.</li><li>Design: <a href="https://codeuino.github.io/website-www.codeuino.org/index.html">CODEUINO</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>