From f75b6733a80622ddc464b4c7d4713ca7ba89f98d Mon Sep 17 00:00:00 2001 From: Anderson Arboleya Date: Mon, 12 Aug 2024 19:09:17 -0300 Subject: [PATCH] chore: updating pull request tasklist (#2910) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Re-shaping template so all tasks can be completed * Tyop --------- Co-authored-by: Sérgio Torres <30977845+Torres-ssf@users.noreply.github.com> --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 244020a8835..9cd6df73e8d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -35,7 +35,7 @@ Remove this section if there are no breaking changes. # Checklist -- [ ] I **_added_** — `tests` to prove my changes -- [ ] I **_updated_** — all the necessary `docs` -- [ ] I **_reviewed_** — the entire PR myself, using the GitHub UI -- [ ] I **_described_** — all breaking changes and the Migration Guide +- [ ] All **changes** are **covered** by **tests** (or not applicable) +- [ ] All **changes** are **documented** (or not applicable) +- [ ] I **reviewed** the **entire PR** myself (preferably, on GH UI) +- [ ] I **described** all **Breaking Changes** (or there's none)