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

Improve GH issue template #94

Merged
merged 2 commits into from Jan 17, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve

---

## Problem/Motivation

> (Why the issue was filed)

## Expected behaviour

> (What you expected to happen)

## Actual behaviour

> (What actually happened)

## Steps to reproduce

> (How can someone else make/see it happen)
>
> (Please include any relevant links. Think: links to a branch in a repo where you are experiencing the problem
> which can be used to reproduce the issue, links to external standards you are using.)
> (Also, if relevant and if it can be used to reproduce the issue, please paste the contents of your `composer.json`
> file here.
>
> ```json
> (Content of the `composer.json` file)
> ```

## Proposed changes

> (If you have a proposed change, workaround or fix, describe the rationale behind it)

## Environment

| Question | Answer
| ------------------------| -------
| OS | Windows/Linux/Mac (preferably with some version info)
| PHP version | x.y.z
| Composer version | x.y.z
| PHP_CodeSniffer version | x.y.z
| Dealerdirect PHPCS plugin version | x.y.z
| Install type | e.g. Composer global, Composer project local, other (please expand)


## Tested against `master` branch?
- [ ] I have verified the issue still exists in the `master` branch.