Ansu-s / active-tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

active-tasks

Rules

  • Follow proper coding naming convention.
  • Keep everything inside a single git repository. But yes you can create many projects inside the repository.
  • For coding tasks always use maven based project.
  • Create PR for review.
  • Dont commit target directory. Always commit src/ and pom.xml for java projects. Must write junit test case.
  • For every section you should have a README.md file.
    • Let say the section is Maven. Then you can create a READMe.md file under maven/README.md. You can do this as shown below.
    • Add File > Create New File. image
    • In the box write: maven/README.md : image. The / after maven creates a folder. See here: image
    • Then do commit changes. Refresh the page. Then you can clone or pull changes to local. Start doing the tasks given for Maven inside maven directory you created above.

About


Languages

Language:Java 69.7%Language:JavaScript 18.4%Language:HTML 9.0%Language:CSS 2.8%Language:Shell 0.1%