From be72e74ad0f4bd7412a5b337dc2ed77a30683b7f Mon Sep 17 00:00:00 2001 From: Akshara Nigam <32769439+aksharanigam1112@users.noreply.github.com> Date: Thu, 14 Jun 2018 22:43:07 +0530 Subject: [PATCH 1/2] Create Newcomer's Guide.html --- Newcomer's Guide.html | 92 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 Newcomer's Guide.html diff --git a/Newcomer's Guide.html b/Newcomer's Guide.html new file mode 100644 index 0000000..b3e3894 --- /dev/null +++ b/Newcomer's Guide.html @@ -0,0 +1,92 @@ + + + + + Get Involved FOSSWORLD + + + + + + + + +
+ + + + +
+

+

Welcome to Newcomers Guide !!

+

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.

+
+

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.

+

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.

+

+ +
+
+
    Note:- +

    +
  • After you have solved a difficulty/newcomer issue, please don't take up any more. Instead move onto more difficult issues.
  • +
  • You need to be logged in before you follow the Newcomer issues link.
  • +
  • As stated above, you should never work on an issue without being assigned.
  • +
  • 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.
  • +
  • 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.
  • +
  • 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.
  • +
  • Do Not tag the reviewers every time you push a change. They review PR's consistently whenever they have time.
  • +
+
+

+

Of course, the order of the steps above is not important, although we recommend that you start with a newcomer isssue, end with a low issue, and review other PR's in the meantime.

+
+

This is a step-based guide that will help you make your first contribution to Fossworld, while getting you familiar with the workflow.

+
+ + + + +
+ + + + + + + + + + + + + From 9552b73367944acb39f5427afd0bb8921911b5f7 Mon Sep 17 00:00:00 2001 From: Akshara Nigam <32769439+aksharanigam1112@users.noreply.github.com> Date: Thu, 14 Jun 2018 22:50:28 +0530 Subject: [PATCH 2/2] Rename Newcomer's Guide.html to Newcomers.html --- Newcomer's Guide.html => Newcomers.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Newcomer's Guide.html => Newcomers.html (100%) diff --git a/Newcomer's Guide.html b/Newcomers.html similarity index 100% rename from Newcomer's Guide.html rename to Newcomers.html