Skip to content

Commit 2349685

Browse files
Merge pull request #1224 from firefly-iii/develop
🤖 Automatically merge the PR into the main branch.
2 parents 1f8d2b9 + 0d950de commit 2349685

24 files changed

Lines changed: 601 additions & 528 deletions

File tree

.ci/php-cs-fixer/composer.lock

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ FAKE_DATA=false
313313
MAIL_MAILER=
314314

315315
# where to send the report?
316+
# This variable can be set from a file if you append it with _FILE
316317
MAIL_DESTINATION=noreply@example.com
317318

318319
# other mail settings

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ description: Report a bug in the Firefly III data importer
33
body:
44
- type: checkboxes
55
attributes:
6-
label: Support guidelines
7-
description: Please read the support guidelines before proceeding.
6+
label: Support guidelines and the use of AI.
7+
description: Please read the support guidelines before proceeding. AI agents like Claude and CoPilot are not reliable tools. Do not use them.
88
options:
99
- label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md)
1010
required: true
11+
- label: I'm a real person and wrote this bug without assistance from AI.
12+
required: true
1113

1214
- type: checkboxes
1315
attributes:
@@ -22,6 +24,7 @@ body:
2224
attributes:
2325
label: Description
2426
description: Please provide a brief description of the bug in 1-2 sentences.
27+
placeholder: Please DO NOT use AI / LLM to write the description for you.
2528
validations:
2629
required: true
2730

@@ -48,3 +51,4 @@ body:
4851
attributes:
4952
label: Additional info
5053
description: Please provide any additional information that seems useful.
54+
placeholder: Please DO NOT use AI / LLM to write the additional info for you.

0 commit comments

Comments
 (0)