Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 867 Bytes

File metadata and controls

12 lines (11 loc) · 867 Bytes

Contributors Guide

nAttrMon welcomes your contribution. Below steps can be followed to create a pull request.

  • Fork this nAttrMon repository into your account.
  • Create a feature branch in your fork ($ git checkout -b my-new-feature) (to add a new plug of feature)
  • Implement the plug or features.
  • Test it.
  • For new plugs provide a yaml/js file to test it on the corresponding *.disabled folder. For new core features prepare a description of your changes and how to test them.
  • Commit your changes ($ git commit -am 'Add some feature/plug').
  • Push the feature branch into your fork ($ git push origin -u my-new-feature).
  • Create new pull request to master branch adding the description on how to test the plug or feature.
  • For new plugs do please also contribute with the corresponding documentation on https://github.com/OpenAF/nattrmon-docs