Skip to content
Open
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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@ assignees: ""
## Actual Behavior

<!-- What actually happened. Include error messages or logs if available. -->
<!-- Redact sensitive details before posting logs (tokens, emails, phone numbers, QR payloads, IDs). -->

## Screenshots / Screen Recording

<!-- If applicable, attach screenshots or a screen recording. -->
> [!WARNING]
> Before attaching logs, screenshots, or videos, remove or redact sensitive data.
> Common items to redact:
> - Personal data (names, email addresses, phone numbers, physical addresses)
> - Credentials/secrets (API keys, access tokens, session IDs, auth headers)
> - QR contents/payloads and any account-specific identifiers
> - Payment/account data or anything that could identify a real user

## Environment

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ contact_links:
- name: Question or discussion
url: https://github.com/oluwasniper/Stagen/discussions
about: For general questions, use GitHub Discussions instead of opening an issue.
- name: Security vulnerability report
url: mailto:security@scagen.app
about: Report suspected vulnerabilities privately via this security contact instead of public Issues/Discussions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
- [ ] `flutter analyze` passes with no new warnings
- [ ] `flutter test` passes
- [ ] New strings added to `app_en.arb` and all other ARB files (or noted as placeholder)
- [ ] If any ARB files changed, `flutter gen-l10n` was rerun and generated localization files were committed
- [ ] No secrets or credentials committed
- [ ] PR is focused on a single feature or fix
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We as contributors and maintainers pledge to make participation in Scagen a hara

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening a [GitHub issue](https://github.com/oluwasniper/Stagen/issues) or contacting the maintainers directly. All reports will be reviewed and investigated promptly and confidentially.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported privately to the maintainers at [conduct@scagen.app](mailto:conduct@scagen.app). All reports submitted through this private channel will be reviewed and investigated promptly and confidentially.

Maintainers have the right to remove, edit, or reject comments, commits, issues, and other contributions that violate this Code of Conduct, and to temporarily or permanently ban contributors for behavior they deem inappropriate.

Expand Down
7 changes: 1 addition & 6 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,7 @@
"authOr": "OU",
"authContinueAnonymous": "Continuer sans compte",
"@authContinueAnonymous": {
"description": "Bouton pour continuer en mode anonyme",
"placeholders": {
"error": {
"type": "String"
}
}
"description": "Bouton pour continuer en mode anonyme"
},
"authLogout": "Déconnexion",
"authLogoutDesc": "Se déconnecter de votre compte",
Expand Down