From b0f205694aeef6e84122cda0f8ae91563abd9d47 Mon Sep 17 00:00:00 2001 From: Jonathan Mercier-Ganady Date: Tue, 5 Nov 2024 17:27:15 +0000 Subject: [PATCH] fix: typo in PR template (#42) --- .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 091428e..864184d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,4 +9,4 @@ Please provide a brief description of the changes here. * [ ] [CONTRIBUTING](https://github.com/NillionNetwork/nada-dsl/blob/main/CONTRIBUTING.md) guidelines followed * [ ] Unit tests added/updated (if applicable) -* [ ] Backwards compatability analysis completed (if applicable). "Will this change require recompilation and upload of user programs?" +* [ ] Backwards compatibility analysis completed (if applicable). "Will this change require recompilation and upload of user programs?"