Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 257 Bytes

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