Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.09 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

37 lines (24 loc) · 1.09 KB

Subject Title of Pull Request

Comment explaining what, and/or why you did



By submitting this pull request I confirm I've read and complied with the below requirements 🖖

Please read this guidelines multiple times 😄.


Requirements for your pull request

What I want is the pull request title to properly convey what exactly did you do? And the pull request comment to explain _what you do? and/or why?

  • This pull request has a title that starts with the keywords, Add, Fix, Typo, Update, or Delete first followed by the Name of the File that the keyword is refering to.

    • Add Options component
    • Fix parseObject.ts
    • Update README.md
    • Delete UnusedFiled.ts
    • Typo README.md
    • add Options
    • readme
    • FIX MAIN
    • UpDate readme
    • Delete file
    • Typo
  • The default branch should be named main not master.


Thank you again for contributing! 🎉