From 5f629cfc37831a05263269fb5d7af955403005f5 Mon Sep 17 00:00:00 2001 From: Algorithmia SE Date: Sun, 1 Oct 2023 19:35:06 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .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 1be5b08..7bdfe92 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ ## Description: -Explain the functionality or bug fix implemented in this pull request, including its purpose and significance. +- Explain the functionality or bug fix implemented in this pull request, including its purpose and significance. ## Changes Made: -Provide a detailed overview of the code changes made to introduce this implemtation, along with any relevant code snippets or files. +- Provide a detailed overview of the code changes made to introduce this implementation, along with any relevant code snippets or files. ## Related Issue: -Fixes #[ISSUE_NUMBER] +- Fixes #[ISSUE_NUMBER] ## Screenshots (if applicable): -Attach screenshots, if applicable, to showcase the newly implemented feature or bug fix. +- Attach screenshots, if applicable, to showcase the newly implemented feature or bug fix.