From 835c4e51d0b145007bfac934009713dd8bbf3598 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 5 Sep 2026 02:09:31 -0700 Subject: [PATCH] Repo updates --- .github/ISSUE_TEMPLATE/bug-report.yml | 14 ++++++- .github/pull_request_template.md | 6 ++- .github/workflows/issue-bot.yml | 56 +++++++++++++++++++++++++++ CODE_OF_CONDUCT.md | 3 ++ CONTRIBUTING.md | 11 ++++-- 5 files changed, 84 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/issue-bot.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f9edbb021..615e91bad 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -6,6 +6,8 @@ body: - type: markdown attributes: value: | + + ### ⚠️ Please remember: issues are for *bugs* only! ⚠️ That is, something you believe affects every single user of Paperless-ngx (and the demo, for example), not just you. If you are not sure, start with one of the other options below. @@ -24,11 +26,19 @@ body: - Remove any third-party parser plugins — issues caused by or requiring changes to a third-party plugin will be closed without investigation. If you encounter issues while installing or configuring Paperless-ngx, please post in the ["Support" section of the discussions](https://github.com/paperless-ngx/paperless-ngx/discussions/new?category=support). + - type: markdown + attributes: + value: | + #### 🤖 Use of AI tools + + If this report was generated, in whole or in part, by an AI tool or agent you **must** clearly say so in the description below. Failing to clearly disclose this is a violation of our [Code of Conduct](https://github.com/paperless-ngx/paperless-ngx/blob/main/CODE_OF_CONDUCT.md). + + Reports written by an AI agent must describe the _observed behavior only_: what happened, how to reproduce it, logs etc. Do **not** include code analysis, speculation about the root cause, or suggest code fixes. - type: textarea id: description attributes: label: Description - description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. + description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. Please describe the observed behavior only, do not include code analysis. placeholder: | Currently Paperless does not work when... @@ -121,3 +131,5 @@ body: required: true - label: I have updated the title field above with a concise description. required: true + - label: I have clearly disclosed any use of AI tools or agents in creating this report and I have not included any code analysis. I understand that failing to disclose this is a violation of the Code of Conduct. + required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d14afc032..67326a678 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,10 @@ Note: All PRs with code changes should be targeted to the `dev` branch, pure doc + + ## Proposed change