Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

61 lines (47 loc) · 1.96 KB

Contributing to Node-wifi

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Found an Issue?

Thank you for reporting any issues you find. We do our best to test and make node-wifi as solid as possible, but any reported issue is a real help.

Please follow these guidelines when reporting issues:

  • Provide a title in the format of <Error> when <Task>
  • Tag your issue with the tag bug
  • Provide a short summary of what you are trying to do
  • Provide the log of the encountered error if applicable
  • Provide the exact version of node-wifi.
  • Be awesome and consider contributing a pull request

Want to contribute?

You consider contributing changes to node-wifi – we dig that! Please consider these guidelines when filing a pull request:

  • Follow the Commit Rules
  • Make sure you rebased the current master branch when filing the pull request
  • Squash your commits when filing the pull request
  • Provide a short title with a maximum of 100 characters
  • Provide a more detailed description containing _ What you want to achieve _ What you changed _ What you added _ What you removed
  • For significant changes, post also an issue before to know if your idea has a chance to be accepted
  • Consider your development for windows, linux and macOS platforms at the same time because having a module compatible with all platforms is the main concern of node-wifi.

May the force be with you !!

Commit Rules

To help everyone with understanding the commit history of commitlint the following commit rules are enforced.

  • conventional commits
  • husky commit message hook available
  • present tense
  • maximum of 100 characters
  • for bugs, includes the github tag of the issue in the description.
  • message format of $type($scope): $message

These are the authorized types:

  • build
  • ci
  • chore
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test