From 6910fd0f9da99c246491321ad262e6f1328dde23 Mon Sep 17 00:00:00 2001 From: Miraculous Ladybugreport <3642643+PeyTy@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:21:29 +0200 Subject: [PATCH] Simplify PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++---- AUTHORS.md | 15 --------------- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 AUTHORS.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 932bdb3..40670e6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,11 +22,10 @@ If this pull request is related to any issue, then put its number here please. F Checklist: -- [ ] My code is commented, has adequate variable/methods names, autoformatted or manually formatted +- [ ] My code is commented, has adequate variable/methods names and autoformatted - [ ] Code is __not copy-pasted__ from __leaked source codes__ of commercial projects, nor from projects protected with GPL-incompatible licenses -- [ ] My pull request is complete and does not require any additional steps -- [ ] `(optional)` I added my real name to the [authors list](https://github.com/GreenteaOS/Tofita/blob/kawaii/AUTHORS.md) to improve protective power of the [GPL license](https://en.wikipedia.org/wiki/GNU_General_Public_License) -- [ ] I have checked [automatic builds](https://ci.appveyor.com/project/PeyTy/tofita) for this project and downloaded [artifacts](https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts) +- [ ] `(optional)` I added my real name to the authors list to improve protective power of the [GPL license](https://en.wikipedia.org/wiki/GNU_General_Public_License) +- [ ] I will check [automatic builds](https://ci.appveyor.com/project/PeyTy/tofita) for this project and downloaded [artifacts](https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts) Agreements diff --git a/AUTHORS.md b/AUTHORS.md deleted file mode 100644 index 0b2f281..0000000 --- a/AUTHORS.md +++ /dev/null @@ -1,15 +0,0 @@ -Add your name to improve power of [GPL license](https://en.wikipedia.org/wiki/GNU_General_Public_License) - -It will be impossible to change license without asking everyone on this list - -Anyone will be capable to sue GPL violators - -[Additional GitHub list of contributors](https://github.com/GreenteaOS/Tofita/graphs/contributors) - -## Example - -When contributing, add this line: - -```c -// Copyright (C) 2077 Name Surname -```