Skip to content
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
38 changes: 38 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
title: "[Idea] "
body:
- type: markdown
attributes:
value: |
Thank you for sharing your ideas. Please take the time to provide as much detail as possible.
- type: textarea
id: problem
attributes:
label: The problem
description: Describe what problem you would like to see solved.
placeholder: A problem I’d love to see solved is...
validations:
required: false
- type: textarea
id: solution
attributes:
label: The solution
description: Describe the solution(s) you have in mind for this problem.
placeholder: A solution that would help is...
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other helpful information or screenshots here.
validations:
required: false
- type: checkboxes
attributes:
label: Do you plan to work on this subject?
description: While optional, taking matters into your own hands will significantly increase the chances that it gets done. Please select all that apply for you.
options:
- label: I'm willing to contribute a [formal specification](https://github.com/PrestaShop/prestashop-specs).
- label: I'm willing to provide any wireframes or design assets required for this feature.
- label: I'm willing to submit a Pull Request that implements this feature.
- label: I'm willing to help verify that the implemented feature works as intended and produces no unintended side effects.
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: 🐛 Bug Report
description: Report an issue in Hummingbird theme. DO NOT disclose security issues here, contact security@prestashop.com instead!
type: 'Bug'
projects: ['PrestaShop/46']
title: '[BUG] '
body:
- type: markdown
attributes:
value: |
### ❗️ Read this before submitting your bug report:
- **Make sure that the problem is indeed related to Hummingbird theme.** To ensure your issue is dealt with as quickly as possible by QA and the community, it is important to make sure that the issue you create is in the right place!
- **Write in English.** Reports in all other languages will be closed.
- **Provide as much detail as possible** - error logs, screenshots, your exact configuration. If the issue cannot be reproduced, it cannot be fixed.
- **Follow the [bug report guidelines](https://devdocs.prestashop-project.org/9/contribute/contribute-reporting-issues/#best-practices-for-writing-an-issue).** This will help issue managers qualify your report faster.
- As explained [in this page](https://www.prestashop-project.org/security/sharing-third-party-distributions/), the team behind the project only maintains distribution under the official PrestaShop or PrestaShopCorp GitHub organizations. Please mention how you installed PrestaShop. If you used a third-party distribution and experience issues not reproducible with the official version, we might redirect you to that distribution's maintainers.
- **Avoid reporting "error 500" or "white page" errors** - this is a universal error message that does not provide enough information to qualify the issue. Enable debug mode in the Performance section of PrestaShop or manually in `/config/defines.inc.php` and try again. You should get a proper error message.
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md).
required: true
- label: I have already [searched in existing issues](https://github.com/PrestaShop/hummingbird/issues?q=is%3Aissue+type%3ABug) and found no previous report of this bug.
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the bug and add attachments
description: What went wrong? If possible, add screenshots, error logs or screen recordings to help explain your problem.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Explain what you expected to happen instead.
validations:
required: false
- type: textarea
id: steps-reproduce
attributes:
label: Steps to reproduce
description: List the exact steps to reproduce the issue.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: input
id: prestashop-version
attributes:
label: PrestaShop version(s) where the bug happened
description: If the issue concerns upgrade, specify which versions you upgrading FROM and upgrading TO
placeholder: "e.g., from 1.0.1 to 2.0.0"
validations:
required: true
- type: input
id: php-version
attributes:
label: PHP version(s) where the bug happened
placeholder: "e.g., 8.0 or 8.2"
validations:
required: false
- type: input
id: sponsor-company
attributes:
label: Your company or customer's name goes here (if applicable).
validations:
required: false
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: 🚀 Idea / Feature request
url: https://github.com/PrestaShop/hummingbird/discussions/new?category=ideas
about: Suggest an idea to improve Hummingbird theme
- name: 🙏 I need help
url: https://github.com/PrestaShop/hummingbird/discussions/new?category=q-a
about: If you have questions or need help