Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 630 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

18 lines (12 loc) · 630 Bytes

Pull Requests

In this situation we follow fork-and-pull Git workflow

To better undrestand please read information of this link :

"fork-and-pull" Git workflow

In General you should do these steps :

  1. Fork the repository to your own Github account
  2. Clone the project to your machine
  3. Create a branch locally with a succinct but descriptive name
  4. Commit changes to the branch
  5. Following any formatting and testing guidelines specific to this repo
  6. Push changes to your fork
  7. Open a PR in our repository and follow the PR template so that we can efficiently review the changes.