-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2034f93
commit 3aa0b65
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: "\U0001F389 Feature Request" | ||
about: You have a neat idea that should be implemented? | ||
title: '' | ||
labels: enhancement | ||
assignees: ericsizemore | ||
|
||
--- | ||
|
||
<!-- Provide a summary of the feature you would like to see implemented. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: "\U0001F41E Bug Report" | ||
about: Something is broken? | ||
title: '' | ||
labels: bug | ||
assignees: ericsizemore | ||
|
||
--- | ||
|
||
<!-- | ||
- Please fill in this template according to your issue. | ||
- Please keep the table shown below at the top of your issue. | ||
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer. | ||
- Please post code as text (using proper markup). | ||
- Please remove this comment before submitting your issue. | ||
--> | ||
|
||
| Q | A | ||
| --------------------------| --------------------- | ||
| Simple Counter version | x.y.z | ||
| PHP version | x.y.z | ||
| Installation Method | Composer / manual | ||
|
||
#### Summary | ||
|
||
<!-- Provide a summary describing the problem you are experiencing. --> | ||
|
||
#### Current behavior | ||
|
||
<!-- What is the current (buggy) behavior? --> | ||
|
||
#### How to reproduce | ||
|
||
<!-- Provide steps to reproduce the bug. --> | ||
|
||
#### Expected behavior | ||
|
||
<!-- What was the expected (correct) behavior? --> |