Skip to content

Commit

Permalink
Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed Feb 17, 2016
1 parent 431e258 commit 0c507ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
21 changes: 0 additions & 21 deletions CONTRIBUTING.md
Expand Up @@ -6,27 +6,6 @@ performance improvements, and help with documentation. Every contribution is
meaningful, so thank you for participating. That being said, here are a few
guidelines that we ask you to follow so we can successfully address your issue.

### Submitting Issues

Please include the following:

* The Rubinius version (`rbx -v`)
* Your OS (`uname -a`) RVM/rbenv/chruby/etc version or the commit hash from git
if you're building off of a clone
* Stack trace (preferably as a Gist, since they're easier to read.) If you can
add a failing spec, that's great!
* Please include the simplest possible reproduction you can. This last point is
vital to fixing issues.

If available, please also include the contents of the following files as a
Gist:

* `configure.log`
* `config.rb`

These two files contain the output of the compilation process and the various
configuration options used (e.g. compiler options).

### Version Managers

We can *not* help you with any issues that might be caused by a Ruby version
Expand Down
18 changes: 18 additions & 0 deletions issue_template.md
@@ -0,0 +1,18 @@
### Summary

### Details

* `rbx -v`:
* `uname -a`:
* `config.rb` (as gist please, if relevant)
* `configure.log` (as gist please, if relevant)

### Stack Trace

(as gist please)

### Failing Spec

### Reproduction

Please keep this as simple as possible.

0 comments on commit 0c507ed

Please sign in to comment.