roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.79k stars 501 forks source link

Adds items to help new contributors #448

Closed tgturner closed 6 years ago

tgturner commented 6 years ago

Updates our issue template and adds a pull request template. Open to any suggestions here.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 94.161% when pulling ecb96c23a8235ae70a2866e8c2ae2efaa4264d5c on tgturner:add-contributor-items into 4c7619623906a72653733adc8bd649590c6e90c6 on roo-rb:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 94.128% when pulling ed8571bb062ceacfe092c0bef7902c26cb09849b on tgturner:add-contributor-items into 6f703f0437180983e4f22ecd4d752ec9cdf54aee on roo-rb:master.

tgturner commented 6 years ago

According to https://help.github.com/articles/manually-creating-a-single-issue-template-for-your-repository/ and the Ruby on Rails repo, issue_template.md in the .github folder should work

tgturner commented 6 years ago

@chopraanmol1 followed your suggestion, also updated the template to use an example test rather than IRB since the test case is far more portable and much easier to reproduce.