diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE | 10 | ||||
| -rw-r--r-- | .github/issue_template.md | 16 | ||||
| -rw-r--r-- | .github/pull_request_template.md | 14 |
3 files changed, 30 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 186ffc1..0000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,10 +0,0 @@ -Thanks for filing an issue. Following these instructions will help us solve your problem sooner. - -1. Describe the issue. -2. Create a gist for this issue (Sample gist: https://gist.github.com/stevendaniels/98a05849036e99bb8b3c)? - -Here are some instructions for creating such a gist. - -1. Create a gist (https://gist.github.com) with code that creates the error. -2. Clone the gist repo locally, add a stripped down version of the offending spreadsheet to the gist repo, and push the gist's changes master. -3. Paste the gist url here. 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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a0d7f6e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Summary + +Provide a general description of the code changes in your pull +request... were there any bugs you had fixed? If so, mention them. If +these bugs have open GitHub issues, be sure to tag them here as well, +to keep the conversation linked together. + +### Other Information + +If there's anything else that's important and relevant to your pull +request, mention that information here. This could include +benchmarks, or other information. + +Thanks for contributing to Roo!
\ No newline at end of file |
