From bc856079af3f6bad8cda1b4b10c8caf9bb22e84b Mon Sep 17 00:00:00 2001 From: "Aaron C." Date: Mon, 26 May 2025 18:56:25 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Revert=20"Add=20Generative=20AI=20Policy=20?= =?UTF-8?q?reminder=20to=20=F0=9F=90=9B-bug-report.md"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e871bbdc07140827cc9a6fd879070530a2b3a82d. --- .github/ISSUE_TEMPLATE/🐛-bug-report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/🐛-bug-report.md b/.github/ISSUE_TEMPLATE/🐛-bug-report.md index 62c9e58..82a4968 100644 --- a/.github/ISSUE_TEMPLATE/🐛-bug-report.md +++ b/.github/ISSUE_TEMPLATE/🐛-bug-report.md @@ -12,7 +12,6 @@ Before creating a bug report on this issue tracker, you **must** read the [Contr - The issue tracker is used by developers of this project. **Do not use it to ask general questions, or for support requests**. - Ideas and feature requests can be made on the [Discussions](https://github.com/markqvist/Reticulum/discussions). **Only** feature requests accepted by maintainers and developers are tracked and included on the issue tracker. **Do not post feature requests here**. -- Do not submit code written using large language models (LLMs) or other generative 'AI' programs (see the [Generative AI Policy](/Contributing.md#generative-ai-policy) for details). - After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), **delete this section only** (*"Read the Contribution Guidelines"*) from your bug report, **and fill in all the other sections**. **Describe the Bug** From 688bcbd46541993e54cbfd4fb2d67d905b98cda4 Mon Sep 17 00:00:00 2001 From: "Aaron C." Date: Mon, 26 May 2025 18:57:13 -0500 Subject: [PATCH 2/2] Create pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9eb461a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +### Read the Contribution Guidelines +Before creating a pull request in this repository, you **must** read the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md). + +- Do not submit code written using large language models (LLMs) or other generative 'AI' programs (see the [Generative AI Policy](/Contributing.md#generative-ai-policy) for details). +- After reading the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md), write "I agree to the Contribution Guidelines" at the end of your message then delete this text from your pull request to signify your acceptance.