Skip to content

Commit

Permalink
Merge branch 'dev' into ci/release-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 29, 2023
2 parents 58b4a9c + bb79a0c commit 2dd56c9
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 59 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
2 changes: 1 addition & 1 deletion resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
"It seems as though you have not created any projects yet.": "Il semblerait que vous n’ayez pas encore créé de projets.",
"I work for a private business, the federal government, or a public sector organization regulated under the Accessible Canada Act.": "Je travaille pour une entreprise privée, le gouvernement fédéral ou une organisation du secteur public réglementée par la Loi canadienne sur l’accessibilité.",
"I would like to speak to someone to discuss additional access needs or concerns": "Je voudrais parler à une personne afin de discuter de mes besoins ou préoccupations supplémentaires en matière d’accessibilité",
"I’ve gone to orientation, why isn’t this updated?": "I’ve gone to orientation, why isn’t this updated?",
"I’ve gone to orientation, why isn’t this updated?": "J’ai déjà participé à la séance d’information et d’orientation, pourquoi cela n’apparait-il pas?",
"Join our accessibility community": "Rejoignez notre communauté en faveur de l’accessibilité",
"Keeping my information up to date": "Maintenir mes informations à jour",
"Language": "Langue",
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 2dd56c9

Please sign in to comment.