Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 615 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 615 Bytes

How to Contributing ?

  1. Fork nipo project to your repository (https://github.com/bashsiz/nipo)
  2. Clone Project to your local.
  3. Change Your branch to dev.
  4. Change/Update Project in dev branch.
  5. Push your changes to dev branch in remote.
  6. Send your PR (Pull Request) with Complete details.

Note

  • Add remote git remote add upstream https://github.com/bashsiz/nipo.git for updated your forked.
  • For Check and update your forked before change code using git fetch upstream - git merge upstream/dev - git merge upstream/main.
  • After change in evry files add/commit your changes.