Update pull request expectations: approval needed to modify platformio.ini

Clarify approval requirement for modifications to platformio.ini
This commit is contained in:
Frank Möhle
2026-04-10 02:43:40 +02:00
committed by GitHub
parent 036f5199e5
commit a2dce56809

View File

@@ -130,6 +130,7 @@ Using AI-generated code can hide the source of the inspiration / knowledge / sou
### Pull Request Expectations
- **No force-push on open PRs.** Once a pull request is open and being reviewed, do not force-push (`git push --force`) to the branch. Force-pushing rewrites history that reviewers may have already commented on, making it impossible to track incremental changes. Use regular commits or `git merge` to incorporate feedback; the branch will be squash-merged when it is accepted.
- **Modifications to ``platformio.ini`` MUST be approved explicitly by a *maintainer* or *WLED organisation member*. Modifications to the global build environment may break github action builds. Always flag them.
- **Document your changes in the PR.** Every pull request should include a clear description of *what* changed and *why*. If the change affects user-visible behavior, describe the expected impact. Link to related issues where applicable. Provide screenshots to showcase new features.
### Supporting Reviews and Discussions