CodeChef ADGITM

Contributing Guidelines

Contributions are always welcome!

First Fork and Clone this repository on your local machine.

Start working on a new feature:

git checkout master
git pull origin master
git checkout -b feature-branch
[...work on the feature...]
git add --all
git commit -m 'My super-duper feature'
git push -u origin feature-branch

After Testing and validating. If more changes are required:

git checkout feature-branch
git pull origin master
[add more commits]
git push

Once everything is validated:

git checkout master
git pull origin master
git merge feature-branch
git push origin master

logo

Open Source Love Hacktober Badge Star Badge Contributions

Hacktoberfest, in its 8th year, is a month-long celebration of open source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects. You can do this in a variety of ways:

  • Prepare and share your project for collaboration
  • Contribute to the betterment of a project via pull requests
  • Organize an event
  • Mentor others
  • Donate directly to open source projects

Codechef-ADGITM

Project Title

Include project description here.

DOCS UI

Features

  • Insert list of features here

Screenshots

Contributors

License

License

With ❤️ by CodeChef-ADGITM