This commit is contained in:
hexlocation 2025-06-20 21:37:16 +02:00
parent 128e19759e
commit a22d5a6713

View file

@ -16,7 +16,7 @@ This is the backend that is supposed to glue together our frontend with our data
4. Make sure to add an explanation. 4. Make sure to add an explanation.
5. Make sure that your commit and any dependencies you add do not contain malicious code. This will be checked by maintainers. 5. Make sure that your commit and any dependencies you add do not contain malicious code. This will be checked by maintainers.
6. Make sure that your commit follows the license of this project (GPLv3) 6. Make sure that your commit follows the license of this project (GPLv3)
7. Make sure to add a license header, as can be seen in main.go to any new files in your commit. 7. Make sure to add a license header, as can be seen in main.go to any new files in your commit. Change the author line to your (user)name and e-mail address, of course!
To generate a patch file, first commit your changes and then do: To generate a patch file, first commit your changes and then do:
```bash ```bash