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

Issue templates for bug reports and feature requests #88

Merged
merged 3 commits into from
Jan 28, 2022
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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve

---

## Bug Description

<!-- Please describe clearly and concisely what the bug is. -->

## Steps to reproduce

<!-- Please provide detailed steps on how to reproduce the bug. -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Screenshots

<!-- If applicable, please add screenshots to help explain your problem. -->

## Additional Context

<!-- Please complete the following information. -->
- PHP Version:
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Plugin Version: [e.g. 22]
- Device: [e.g. iPhone6]

<!-- Please add any additional information about the bug. -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project

---

## Feature Description

<!-- Please describe clear and concisely which problem the feature would solve or which publisher needs it would address. -->