fastruby / skunk

A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
https://www.fastruby.io/blog/code-quality/intruducing-skunk-stink-score-calculator.html
MIT License
511 stars 29 forks source link

Add issue template to make it easier to submit bugs #63

Closed etagwerker closed 3 years ago

etagwerker commented 3 years ago

Hi folks,

I noticed we don't have an issue template in this project so I decided to add one.

This will give some structure to the process of submitting a bug to the project.

Thoughts?

Thanks, Ernesto

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (dac9237) into main (27c89ed) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   93.85%   93.85%           
=======================================
  Files          23       23           
  Lines         423      423           
=======================================
  Hits          397      397           
  Misses         26       26           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 27c89ed...dac9237. Read the comment docs.

etagwerker commented 3 years ago

@bronzdoc I just updated the template based on your feedback. Thanks! 👍