diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5f25961 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +Contributing +============ + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request diff --git a/README.md b/README.md index 61f4c04..7851380 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To list available commands: npx link-inspector help ## Contributing -We welcome contributions of any kind including pages, suggestions, bug reports, pull requests etc. We would love to hear from you. +We welcome contributions of any kind including, suggestions, bug reports, pull requests etc. We would love to hear from you. If you want to contribute yourself, see [CONTRIBUTING.md](https://github.com/justindhillon/link-inspector/blob/main/CONTRIBUTING.md). ## Development 1. Clone