From: Peter Hutterer Date: Sun, 8 Sep 2024 23:45:46 +0000 (+1000) Subject: triage-policies: add reminder for info in commit messages X-Git-Tag: 1.27.0~143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00144002537db73c3509ecc6ee1d1bd3f43a3ad1;p=platform%2Fupstream%2Flibinput.git triage-policies: add reminder for info in commit messages Part-of: --- diff --git a/.triage-policies.yml b/.triage-policies.yml index a05e405c..df802212 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -156,6 +156,27 @@ resource_rules: Please see [our docs for commit messages](https://wayland.freedesktop.org/libinput/doc/latest/contributing.html#commit-messages) and [our docs for submitting code](https://wayland.freedesktop.org/libinput/doc/latest/contributing.html#submitting-code) that explain how to amend and force-push to this repo. + - name: "Remind contributor that info needs to be in commit messages" + conditions: + labels: + - "bugbot::info-in-commit-message" + actions: + remove_labels: + - "bugbot::info-in-commit-message" + comment: | + Hi. Thanks for the merge request. I'm here to request that you add + some documentation about this merge request to the + **commit message** (or messages). You may have already written some + in the merge request description and in many cases it's fine to + copy/paste that into the commit message(s). + + The reason is simple: once merged, no-one really looks at this this + page here anymore. The git log on the other hand is what developers + will use to understand the code so the information must be quickly + accessible via git. + + Please see [our docs for submitting code](https://wayland.freedesktop.org/libinput/doc/latest/contributing.html#submitting-code) + that explain how to amend and force-push to this repo. - *close_needinfo - *remind_needinfo - *help_needed