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

Update/issue templates #2145

Merged
merged 3 commits into from
Mar 26, 2021
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
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help us improve
title: 'BUG: '
labels: bug
assignees: ''

---

<!-- Thank you for reporting a possible bug. Please fill in as much of the template below as you can. -->

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**Steps to Reproduce**
<!-- Steps to reproduce the behavior. -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

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

**Environment information**
- Device: <!-- [e.g. MacBook] -->
- OS: <!-- [e.g. MacOS 10.14.3] -->
- Browser and version: <!-- [e.g. Firefox 65.0.1, Chrome 73.0.3683.75, Safari 12.0.3] -->
- WordPress version: <!-- [e.g., 5.3.2] -->
<!-- If your WordPress version is below 5.2, then please fill out the Plugins and Themes items below. -->
- ElasticPress version: <!-- [e.g. 3.5.6] -->
- Elasticsearch version: <!-- [e.g. 7.9] -->
- Where do you host your Elasticsearch server? <!-- [e.g. elasticpress.io] -->
- What ElasticPress features do you have currently active? <!-- [e.g. Post Search, Autosuggest, WooCommerce, Documents, Users, Protected Content, Related Posts, Facets, Terms, Custom Search Results] -->
- Plugins and version: <!-- [e.g. PluginA 1.0.0, PluginB 2.1.0, PluginC 3.2.1] -->
- Theme and version: <!-- [e.g. Twenty Nineteen 1.3] -->
<!-- If your WordPress version is 5.2 or higher, then please fill out the Site Health Info details below. -->
- <details><summary>Site Health Info:</summary>
<!-- Go to Tools > Site Health > Info tab, click "Copy site info to clipboard", and paste those details here. -->
</details>

**Additional context**
<!-- Add any other context about the problem here. -->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/2-enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "\U0001F680 Enhancement"
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

<!-- Thank you for suggesting an idea to make things better. Please fill in as much of the template below as you can. -->

**Is your enhancement related to a problem? Please describe.**
<!-- Please describe the problem you are trying to solve. -->

**Describe the solution you'd like**
<!-- Please describe the desired behavior. -->

**Designs**
<!-- If applicable, add mockups/screenshots/etc. to help explain your solution. -->

**Describe alternatives you've considered**
<!-- Please describe alternative solutions or features you have considered. -->

**Additional context**
<!-- Add any other context about the enhancement here. -->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/3-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: "❓ Need help?"
about: Ask us a question, we're here to help!
title: 'QUESTION: '
labels: question
assignees: ''

---

<!-- If you have a question that is neither a bug report nor an enhancement, then please post it here! Please fill in as much of the template below as you can. -->

**Describe your question**
<!-- A clear and concise description of what your question is. -->