Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.1 KB

contributing.md

File metadata and controls

33 lines (25 loc) · 1.1 KB

Guuidelines for Contributions

Welcome to cura Repository. This repo is open for contributions to all.

How to conribute in this Repo:

  • First of all , if you are contributing first time in this repo , you need to open an issue requesting that you want to contribute to the repo and which areas of the project you wish to contribute. You are free to suggest any add-on features.

  • Next, the maintainer will decide when and what issue to be assigned to whom. Please be patient and humble.

  • while taking an issue, you should follow issue_template

  • After got assign, start working on your issue.

PR Creations:

  • Fork this repo and clone the forked repo to your local machine using Git Bash.
 git clone https://github.com/hackslash-nitp/cura.git
  • Create a branch
git checkout - b <branch-name>
  • make your changes and commit the changes
git add .
git commit -m '<Commit message>'
git push origin <branch-name>
  • Create a PR from your forked repository as per issue_template.
  • Wait for the Maintainer to merge.
  • Star this repo, if you like this and have fun in contributing this repo.