diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-04-12 16:43:22 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-04-16 15:28:46 +0200 |
| commit | ae0b0e56ac7cd38962e563e8dbf4e15cd013f771 (patch) | |
| tree | ddee0067e8acafdd5403cdbb6addc9e14ab1f7d1 /PULL_REQUEST_TEMPLATE.md | |
| parent | 4f9c80160fc11876b676105690d4941ddda8ab51 (diff) | |
[mod] revision of the PR template
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 564dfebac..6ad60e8af 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,34 @@ -## What does this PR do? +<!-- FILL IN THESE FIELDS .. and delete the comments after reading. -<!-- MANDATORY --> + Use Markdown for formatting -> https://www.markdowntools.io/cheat-sheet +--> -<!-- explain the changes in your PR, algorithms, design, architecture --> +### What does this PR do? -## Why is this change important? +<!-- Explain the motivation and changes in your pull request. --> -<!-- MANDATORY --> +### How to test this PR locally? -<!-- explain the motivation behind your PR --> +<!-- Commands to run the tests or instructions to test the changes. Are there + any edge cases (environment, language, or other contexts) to take into + account? --> -## How to test this PR locally? +### Related issues -<!-- commands to run the tests or instructions to test the changes --> +<!-- +Closes: #234 +--> -## Author's checklist +### Code of Conduct -<!-- additional notes for reviewers --> +<!-- ⚠️ Bad AI drivers will be denounced: People who produce bad contributions + that are clearly AI (slop) will be blocked for all future contributions. + --> -## Related issues +[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst -<!-- -Closes #234 ---> +- [ ] **I hereby confirm that this PR conforms with the [AI Policy].** -## AI Disclosure -<!-- please read https://github.com/searxng/searxng/blob/master/AI_POLICY.rst --> -- [ ] I hereby confirm that I have not used any AI tools for creating this PR. -- [ ] I have used AI tools for working on the changes in this pull request and will attach a list of all AI tools I used and how I used them. I hereby confirm that I haven't used any other tools than the ones I mention below. + If I have used AI tools for working on the changes in this PR, I will + attach a list of all AI tools I used and how I used them. I hereby confirm + that I haven't used any other tools than the ones I mention below. |
