Skip to content

Commit 3e12ca5

Browse files
author
Jan Petr
authored
Merge pull request #1008 from algolia/github/templates
GitHub templates
2 parents 0a1dd91 + bcb07ab commit 3e12ca5

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
***************************
3+
Thanks for participating in this project!
4+
5+
This form is to report issues or new features.
6+
As for general questions like "How to set up the indexing queue?",
7+
please search or post a question to our discourse forum: https://discourse.algolia.com/.
8+
9+
In any case,
10+
- make sure you are using the latest version of the extension;
11+
- do at least one search in current issues or questions, your question might already be answered;
12+
- do include as many details as possible - site URL with the issue, screenshots when it's a visual issue, console errors, ...;
13+
***************************
14+
-->
15+
16+
**Do you want to request a *feature* or report a *bug*?**
17+
18+
<!--
19+
***************************
20+
If the current behavior is a bug, please provide all the steps to reproduce it.
21+
22+
If you are requesting a new feature, we need to understand WHY would you
23+
need this feature (your use case) or how you are limited with the current extension.
24+
***************************
25+
-->
26+
27+
**Bug: What is the current behavior?**
28+
29+
**Bug: What is the expected behavior?**
30+
31+
**Bug: What is the proposed solution?**
32+
33+
**Feature: What is your use case for such a feature?**
34+
35+
**Feature: What is your proposed configuration entry? The new option to add? What is the behavior?**
36+
37+
**What is the version of Magento and of Algolia extension you are using? Always use the latest version of the extension one before opening a bug issue.**
38+
39+
<!-- Delete any HTML comment and non relevant questions -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
Thanks for submitting a pull request!
3+
Please provide enough information so that others can review your pull request.
4+
-->
5+
6+
**Summary**
7+
8+
<!--
9+
Explain the **motivation** for making this change.
10+
What existing problem does the pull request solve?
11+
Are there any linked issues?
12+
-->
13+
14+
**Result**
15+
16+
<!--
17+
Demonstrate the code is solid.
18+
Example: The exact commands you ran and their output,
19+
screenshots / videos if the pull request changes UI.
20+
-->

0 commit comments

Comments
 (0)