cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

HTML Report #23

Open gdima1 opened 11 years ago

gdima1 commented 11 years ago

Please add ability to generate HTML report out of results

stupenrose commented 10 years ago

This would be a great contribution. Are you willing to try your hand at this, @gdima1 ?

gdima1 commented 10 years ago

.mceResizeHandle {position: absolute;border: 1px solid black;background: #FFF;width: 5px;height: 5px;z-index: 10000}.mceResizeHandle:hover {background: #000}img[data-mce-selected] {outline: 1px solid black}img.mceClonedResizable, table.mceClonedResizable {position: absolute;outline: 1px dashed black;opacity: .5;z-index: 10000}

I haven't done open source work before. 

What's the process like and what time commitment should I expect?

 

Thanks

On January 15, 2014 at 1:19 AM Stu Penrose notifications@github.com wrote: This would be a great contribution. Are you willing to try your hand at this, @gdima1 ? —Reply to this email directly or view it on GitHub.

 

stupenrose commented 10 years ago

It's pretty simple, really:

  1. clone the git repo
  2. make the changes necessary to add the functionality to the plugin (with tests too please)
  3. submit the changes as a github 'pull request'
  4. I'll look over the changes, and, if everything looks acceptable, I'll accept the pull request
  5. your changes will go out in the next official release