-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create issue template #138
Conversation
931e23e
to
0d44381
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No Parity expert, but the info requested on the template appears reasonable to ask and useful to have 👍
This template will help users potentially troubleshoot parity issues themselves and will provide us with more information about issues that we frequently request. cc: #137
0d44381
to
48f91f9
Compare
------ | ||
Please fill out our [issues template](.github/issue_template.md) if you are | ||
having problems. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could probably be deleted. GitHub does it automagically! https://github.com/thoughtbot/parity/issues/new
Parity has had multiple installation channels, and it's not uncommon for an | ||
old version to be somewhere else in your path. | ||
- If installed via Homebrew, what does `brew list parity` output? | ||
- If installed via Rubygems, what's the gem version? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If installed via Rubygems, what is the output of
gem list parity
?
- What's your operating system? | ||
- What's the output of `which development`, `which staging`, `which production`? | ||
Parity has had multiple installation channels, and it's not uncommon for an | ||
old version to be somewhere else in your path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe replace lines 13-14 with this?
What's the output of
echo $PATH
?
This template will help users potentially troubleshoot parity issues
themselves and will provide us with more information about issues that
we frequently request.
related: #137
cc: @croaky