Skip to content

Commit

Permalink
Merge tag 'v1.2.3' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Nov 29, 2023
2 parents 91f99f7 + bb79a0c commit 8255a58
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 179 deletions.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug Report
description: Report a bug
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: I've [searched](https://github.com/accessibility-exchange/platform/issues) for existing issues
required: true
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
value: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
attributes:
label: Details
value: |
- Device:
- Operating system:
- Browser:
- Link to affected page:
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Feature request
description: Propose a feature or enhancement
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is. Ex. 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 what you want to happen."
- type: textarea
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"framework",
"laravel"
],
"version": "1.2.2",
"version": "1.2.3",
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
Expand Down
238 changes: 119 additions & 119 deletions resources/lang/fr.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/lang/fr/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
'not_regex' => 'Le format du champ :attribute n’est pas valide.',
'numeric' => 'Le champ :attribute doit contenir un nombre.',
'password' => 'Le mot de passe est incorrect.',
'postal_code' => 'You must enter a valid Canadian postal code.',
'postal_code' => 'Vous devez entrer un code postal canadien valide.',
'present' => 'Le champ :attribute doit être présent.',
'regex' => 'Le format du champ :attribute est invalide.',
'required' => 'Veuillez sélectionner une réponse pour :attribute.',
'required_array_keys' => 'The :attribute must contain values for :values',
'required_array_keys' => 'Le champ :attribute doit contenir une valeur pour :values',
'required_if' => 'Le champ :attribute est obligatoire quand la valeur de :other est :value.',
'required_unless' => 'Le champ :attribute est obligatoire sauf si :other est :values.',
'required_with' => 'Le champ :attribute est obligatoire quand :values est présent.',
Expand Down
1 change: 1 addition & 0 deletions resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{{ $slot }}
</div>
</main>
@livewireScriptConfig
</body>

</html>

0 comments on commit 8255a58

Please sign in to comment.