Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore authored Mar 19, 2024
1 parent 2034f93 commit 3aa0b65
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/🎉-feature-request.md
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. -->
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/🐞-bug-report.md
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? -->

0 comments on commit 3aa0b65

Please sign in to comment.