From fb3d7c4d82402d89725f95a7bd6db0bb2ae53530 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 28 Dec 2023 05:01:26 +0200 Subject: [PATCH] chore: typo in `PULL_REQUEST_TEMPLATE.md` (#857) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fe70b248a..7660f5164 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,7 @@ Before submitting a PR, please read https://github.com/tauri-apps/tauri/blob/dev - update docs - fix bugs -2. If there is a related issue, referenced in the PR text, e.g. closes #123. +2. If there is a related issue, reference it in the PR text, e.g. closes #123. 3. If this change requires a new version, then add a change file in `.changes` directory with the appropriate bump, see https://github.com/tauri-apps/tao/blob/dev/.changes/readme.md 4. Ensure that all your commits are signed https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits 5. Ensure `cargo test` passes.