Skip to content

Commit

Permalink
Merge pull request #94 from Dealerdirect/feature/github-issue-templat…
Browse files Browse the repository at this point in the history
…e-request-more-info

Improve GH issue template
  • Loading branch information
Potherca committed Jan 17, 2020
2 parents 2531231 + b33c868 commit 2510f68
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 19 deletions.
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.

0 comments on commit 2510f68

Please sign in to comment.