diff options
| author | 2019-01-14 01:41:26 -0500 | |
|---|---|---|
| committer | 2019-01-14 01:41:26 -0500 | |
| commit | 6aa7e04e06423e7d92ede727489ea346e88f7108 (patch) | |
| tree | 9bdec92fd17898b662235bc0a491de827990130c /.github/issue_template.md | |
| parent | c59817e300dbe1aab3120cad603cdb14b14ed78b (diff) | |
| parent | dddfa903d2b856146f05ffb4415c31d6127bb5bf (diff) | |
Update upstream source from tag 'upstream/2.8.0'
Update to upstream version '2.8.0'
with Debian dir 569f5866fbcf4e449c6c48dc5d20a3ab54f95252
Diffstat (limited to '.github/issue_template.md')
| -rw-r--r-- | .github/issue_template.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..b2bfc6d --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,16 @@ +Thanks for filing an issue. Following these instructions will help us solve your problem sooner. + +### Steps to reproduce + +1. Create an executable test case for this issue ([sample test case](https://gist.github.com/tgturner/e4b7f491639b8a6dd883fe2ace408652)) +2. You can share your executable test case as a [gist](https://gist.github.com), or simply paste the content into the issue description. + - You can execute the test case by running `ruby the_file.rb` in your terminal. If all goes well, you should see your test case failing. +3. Please provide a stripped down version of the offending spreadsheet. + +### Issue +Describe the issue + +### System configuration +**Roo version**: + +**Ruby version**:
\ No newline at end of file |
