github.com/thanos-io/thanos@v0.32.5/.github/PULL_REQUEST_TEMPLATE.md (about) 1 <!-- 2 Keep PR title verbose enough and add prefix telling 3 about what components it touches e.g "query:" or ".*:" 4 --> 5 6 <!-- 7 Don't forget about CHANGELOG! 8 9 Changelog entry format: 10 - [#<PR-id>](<PR-URL>) Thanos <Component> ... 11 12 <PR-id> Id of your pull request. 13 <PR-URL> URL of your PR such as https://github.com/thanos-io/thanos/pull/<PR-id> 14 <Component> Component affected by your changes such as Query, Store, Receive. 15 --> 16 17 * [ ] I added CHANGELOG entry for this change. 18 * [ ] Change is not relevant to the end user. 19 20 ## Changes 21 22 <!-- Enumerate changes you made --> 23 24 ## Verification 25 26 <!-- How you tested it? How do you know it works? -->