-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
5,598 additions
and
842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version: '3.6' | ||
|
||
services: | ||
web: | ||
depends_on: | ||
- db | ||
- selenium | ||
selenium: | ||
container_name: ddev-${DDEV_SITENAME}-selenium | ||
image: selenium/standalone-chrome-debug:3.13.0-argon | ||
networks: | ||
default: | ||
aliases: | ||
- web | ||
ddev_default: | ||
volumes: | ||
- /dev/shm:/dev/shm | ||
external_links: | ||
- ddev-router:$DDEV_HOSTNAME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
name: Bug report | ||
description: Create a report to help improve the extension. | ||
title: "[BUG]" | ||
labels: | ||
- bug | ||
assignees: | ||
- eliashaeussler | ||
body: | ||
- type: input | ||
id: typo3-version | ||
attributes: | ||
label: TYPO3 version | ||
description: What TYPO3 version are you using? | ||
placeholder: 'e.g. 10.4.17' | ||
validations: | ||
required: true | ||
- type: input | ||
id: php-version | ||
attributes: | ||
label: PHP version | ||
description: What PHP version are you using? | ||
placeholder: 'e.g. 7.4.27' | ||
validations: | ||
required: true | ||
- type: input | ||
id: extension-version | ||
attributes: | ||
label: Extension version | ||
description: What version of EXT:form_consent are you using? | ||
placeholder: 'e.g. 0.3.2' | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: composer-mode | ||
attributes: | ||
label: Composer mode | ||
description: Are you running TYPO3 in composer mode? | ||
options: | ||
- label: I'm running TYPO3 in composer mode. | ||
required: true | ||
- type: input | ||
id: operating-system | ||
attributes: | ||
label: Operating system | ||
description: What operating system are you using? | ||
placeholder: 'e.g. macOS 11.4' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: A clear and concise description of what the bug is. | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: If possible, describe steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: | | ||
By submitting this issue, you agree to follow our | ||
[Code of Conduct](https://github.com/eliashaeussler/typo3-form-consent/blob/main/.github/CODE_OF_CONDUCT.md). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct. | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
:bulb: **Tip:** Have you already looked into our | ||
[Slack channel](https://typo3.slack.com/archives/C03719PJJJD)? Maybe your problem has | ||
already been discussed there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Community support | ||
url: https://typo3.slack.com/archives/C03719PJJJD | ||
about: Please ask and answer questions here. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Feature request | ||
description: Suggest an idea for this extension. | ||
title: "[FEATURE]" | ||
labels: | ||
- enhancement | ||
assignees: | ||
- eliashaeussler | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? | ||
description: A clear and concise description of what the problem is. | ||
placeholder: I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: | | ||
A clear and concise description of any alternative solutions or features | ||
you've considered. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: | | ||
By submitting this issue, you agree to follow our | ||
[Code of Conduct](https://github.com/eliashaeussler/typo3-form-consent/blob/main/.github/CODE_OF_CONDUCT.md). | ||
options: | ||
- label: I agree to follow this project's Code of Conduct. | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
:bulb: **Tip:** Have you already looked into our | ||
[Slack channel](https://typo3.slack.com/archives/C03719PJJJD)? Maybe your problem has | ||
already been discussed there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.