Skip to content
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

Merged
merged 1 commit into from
Dec 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/issue_template.md
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.
Copy link
Contributor

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?

- If installed via Homebrew, what does `brew list parity` output?
- If installed via Rubygems, what's the gem version?
Copy link
Contributor

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?

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ else
end
```

Issues
------
Please fill out our [issues template](.github/issue_template.md) if you are
having problems.

Copy link
Contributor

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

Contributing
------------

Expand Down