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.