-
-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Help us track down and resolve parity problems faster with this template. | ||
|
||
## What command did you execute? | ||
|
||
## What did you expect to happen? | ||
|
||
## What actually happened? | ||
|
||
## Some information about your installation | ||
|
||
- 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. | ||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more.
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,6 +144,11 @@ else | |
end | ||
``` | ||
|
||
Issues | ||
------ | ||
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 commentThe 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 |
||
Contributing | ||
------------ | ||
|
||
|
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?