Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3621 from rubinius/add-issue-template
Add issue template
  • Loading branch information
chuckremes committed Feb 18, 2016
2 parents 431e258 + f927fdc commit 83daab4
Show file tree
Hide file tree
Showing 2 changed files with 21 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
21 changes: 21 additions & 0 deletions issue_template.md
@@ -0,0 +1,21 @@
### Summary

### Reproduction

Please keep this as simple as possible.
Either include a script here or add a link to
a gist or a repository. If it's a repo, please
detail `how` to run the example in the `README`.

### 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

0 comments on commit 83daab4

Please sign in to comment.