🍽 Fork YunoHost — snapshot mangé par la machine à tsoins
Some checks failed
Check for new n releases / updater (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb
But (José) : transformer tout le code en bions + ploxions du xerboxion.
La carte de digestion vit au labo : /yunohost-digest.json
This commit is contained in:
machine-a-tsoins
2026-07-03 17:20:06 +00:00
commit edb4c397df
395 changed files with 105504 additions and 0 deletions

35
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,35 @@
## The problem
...
**Related issues:**
**Related PRs:**
## Solution
...
**AI transparency:** *If AI has been used, explain how. See https://doc.yunohost.org/en/dev/?persistLocale=true#%EF%B8%8F-develop*
## PR Status
*Work in progress / Untested / Tested partially / Fully tested / Wait for other PR to be merged / Ready*
### Code TODOs
*Here are frequently forgotten tasks:*
- [ ] Discuss about this change with others contributors (on chat, contributors meeting, forum, issues or pr)
- [ ] Update related repo (like yunohost-admin, yunohost-portal, package-linter, etc.)
- [ ] Write data or settings migration
- [ ] Pass Continuous Integration checks
- [ ] Add some missing translations keys
- [ ] Update/write unit tests
- [ ] Update/write documentation
### Tests TODOs
*Indicate here tests you have already done, and tests you think should be done*
- [ ] Run the code in cli by calling command by hand
- [ ] Test change on configuration on an instance
## How to test
*Please add here commands to install dependencies, manual change to do in ynh-dev container, commands to make some basic tests, etc.*
...