tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

Fixed Issue #63 - Added Code of Conduct #74

Closed mittalshravika closed 7 years ago

mittalshravika commented 7 years ago

Added the Code of Conduct badge and spaces for headings

tessel-bot commented 7 years ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @hipsterbrown (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

Frijol commented 7 years ago

fixes https://github.com/tessel/openwrt-tessel/issues/63

Frijol commented 7 years ago

Thanks! If you are able to do a PR like this in one commit, one Github trick is to make the commit message "fixes https://github.com/tessel/openwrt-tessel/issues/63". This will automatically link the issue to the PR, and close the issue automatically when the PR is merged.