| 29 | 29 | - Updating GitHub Actions. |
| 30 | 30 | - Hotfixing a critical bug. |
| 31 | 31 | 4. Project maintainers will test and can change your code before merging. |
| 32 | | -5. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer. |
| 32 | +5. Write at least somewhat meaningful PR descriptions. There's no "right" way to do it, but the following may help with outlining a general structure: |
| 33 | + - What is the reason for a change? |
| 34 | + - What did you do to achieve this? |
| 35 | + - How would a reviewer test the change? |
| 36 | +6. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer. |