Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.22 KB

Contribution_Guidelines.md

File metadata and controls

27 lines (21 loc) · 1.22 KB

Contribution Guidelines:

  • Drop a ⭐ on the GitHub repository (It's optional)

  • Before Contribute Please read Contributing_Guidelines.md and CODE_OF_CONDUCT.md.

  • Create an issue of the project or a feature you would like to add in the project and get the task assigned to yourself. (Issue can be any bug fixes or any feature you want to add in this project).

  • Fork the repo to your Github.

  • Clone the repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
    git clone https://github.com/VerisimilitudeX/DNAnalyzer

  • Create a branch using below command. git branch <your branch name>

  • Checkout to your branch. git checkout <your branch name>

  • Add your code in your local machine folder. git add .

  • Commit your changes. git commit -m "<add your message here>"

  • Push your changes. git push --set-upstream origin <your branch name>

  • Make a pull request! (compare your branch with the owner main branch)