Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.95 KB

ContributingGuide.md

File metadata and controls

33 lines (21 loc) · 1.95 KB

Contributing Guide

This document describes how we contribute in NepalCodes.

GIT

We work with git at a higher level. Git can be complicated but we try to keep it simple by following git feature branch workflow by atlassian

Our Repositories:

Issues

Where to find issues?

Our basic workflow:

  1. Pick an issue that you love to code.
  2. Ask questions if you have any in slack channels #proj-nepalcodes #proj-unitednepali
  3. Create a new branch : https://help.github.com/en/desktop/contributing-to-projects/creating-a-branch-for-your-work
  • Our base branch is master, master branch contains latest merged codes.
  1. Creating a pull request (PR): https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request
  2. post it in respective slack channel #proj-nepalcodes #proj-unitednepali
  3. People will review your PR and when it gets 3 approvals it will be merged in master branch.

Thank you!