Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.09 KB

Contributing.md

File metadata and controls

23 lines (18 loc) · 1.09 KB

Pull requests are welcome!

For major changes, please open an issue first to discuss what you would like to change. Please make sure to update the README.md file as appropriate.

Procedures

  1. Fork it!
  2. (Optional) Clone to your local repository: https://github.com/Kelvinskell/filename-changer.git or git@github.com:Kelvinskell/filename-changer.git
  3. Create your feature branch: git checkout -b new-feature
  4. Commit your changes: git commit -am 'add-some-new-feature
  5. Push to the branch: git push origin new-feature
  6. Submit a pull request

Guidelines

  1. Include comments directly above the modified or added lines of code
  2. When writing comments, give a space between the hastag and your actual comments. e.g: # This is a comment
  3. Comments ideally should not have a fullstop . at the end
  4. Names for functions should start with a capital letter and should be meaningfully related to its intended action
  5. Finally, be sure to test your code before submitting changes

You can also Email me directly! Thanks, as I anticipate your awesome contributions.