Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (22 loc) · 1.34 KB

CONTRIBUTION.md

File metadata and controls

55 lines (22 loc) · 1.34 KB

Contributing


This file is only for contributors of this project

Want to contribute to the project?

There are a few things you need to know and they are listed below

Open Development


All work of the project happens directly on GitHub. All contributors should send pull requests which go through the same review process or called “Peer Review”.

Naming Convention


For keeping everything clean and structured we use “Lower Camel Case Naming Convention” for this project.

If you don’t know what is “Camel Case Naming Convention”, then have a look here.

File Structure


If any file(.pdf, .docs, .png) instead of code upload to it’s own folder like image in Image(s) folder, pdf in Presentation(s) folder to keep it simple and clean.

Branch Organization


Submit all commits directly to the “development” branch or create a new branch of your own and then commit to the branch and then request for a review process.

When the review process is complete then ‘Create a pull request’ and marge to the ‘main/master’ branch

Before push you don’t need to pull every time but if you want to keep your local branch up-to-date then pull master branch after every successful merge.