Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions Newcomers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE HTML>

<html>
<head>
<title>Get Involved FOSSWORLD </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]-->
</head>
<body class="landing">
<div id="page-wrapper">

<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html"><b>FOSSWORLD</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> FOSSWORLD 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 Fossworld community is expected to follow our Code Of Conduct.To become a part of the Fossworld 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 Fossworld.</p>
<br><br>
<ul>
<li> Run Fossworld on a 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 Fossworld, while getting you familiar with the workflow.</p>
</div>

<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/fossworld/?modal=admin_todo_tour" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/FOSSWorld1" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>&copy;FOSSWORLD. All rights reserved.</li><li>Design: <a href="https://fossworld1.github.io/website-www.fossworld.org/">FOSSWORLD</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>