Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 257 Bytes

prcreating.md

File metadata and controls

6 lines (6 loc) · 257 Bytes

Creating A Pull Request

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/newfeature)
  • Commit your Changes (git commit -m 'Add some newfeature')
  • Push to the Branch (git push origin feature/newfeature)
  • Open a Pull Request