Files
Speedtest-Tracker/conf/site/node_modules/csv-file-validator/CONTRIBUTING.md
Henry Whitaker 7d0681e77b Updated to v1.5.2
2020-06-17 18:33:53 +01:00

787 B

Contributing

Thank you for contributing

This is just guideliness.

Please feel free to contribute by submitting PR's for improvements to code snippets, explanations, etc.

Submitting an issue

Found a problem? Have an enhancement?

First of all see if your issue or idea has already been reported.

If do not, open a new one.

Submitting a pull request

  • Fork this repository
  • Clone fork git clone ...
  • Navigate to the cloned directory
  • Crate a new branch for the feature git checkout -b new-feature
  • Make changes
  • Commit changes git commit -am 'What is feature about? :)'
  • Push to the branch git push origin new-feature
  • Submit a PR