From 358d19ab97e08ce36b15f401a17eb38a781441cc Mon Sep 17 00:00:00 2001 From: Ryan McCartney Date: Thu, 4 Dec 2025 21:48:29 +0000 Subject: [PATCH 1/3] Fix spelling --- .github/pull_request_template.md | 2 +- docs/pages/development/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 040201f..bfda78a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,5 +13,5 @@ * [ ] - CI/CD and helper script changes * [ ] - Documentation changes -## Aditional information +## Additional information *Provide any additional information that might be useful to the reviewer in evaluating this pull request. This could include performance considerations,design choices, etc.* diff --git a/docs/pages/development/index.md b/docs/pages/development/index.md index 979c4e6..c865c8c 100644 --- a/docs/pages/development/index.md +++ b/docs/pages/development/index.md @@ -40,5 +40,5 @@ Find the development frontend on `http://localhost:3000` and self-documenting AP * [ ] - CI/CD and helper script changes * [ ] - Documentation changes -## Aditional information +## Additional information *Provide any additional information that might be useful to the reviewer in evaluating this pull request. This could include performance considerations,design choices, etc.* From 5184c8e752b6e0fcba750643d487bbc6de8bee58 Mon Sep 17 00:00:00 2001 From: Ryan McCartney Date: Thu, 4 Dec 2025 21:50:00 +0000 Subject: [PATCH 2/3] Updates formatting --- docs/pages/development/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/development/index.md b/docs/pages/development/index.md index c865c8c..a715afc 100644 --- a/docs/pages/development/index.md +++ b/docs/pages/development/index.md @@ -32,8 +32,7 @@ Find the development frontend on `http://localhost:3000` and self-documenting AP *Provide a detailed description of how exactly this task will be accomplished. This can be something technical. What specific steps will be taken to achieve the goal? This should include details on service integration, job logic, implementation, etc.* ## Changes in the codebase -*This is where becomes technical. Here is where you can be more focused on the engineering side of your solution. Include information about the functionality they are adding or modifying, as well as any refactoring or improvement of existing code.* - updates to third-party services, changes to infrastructure configuration, integration with external APIs, etc.* +*This is where becomes technical. Here is where you can be more focused on the engineering side of your solution. Include information about the functionality they are adding or modifying, as well as any refactoring or improvement of existing code. Updates to third-party services, changes to infrastructure configuration, integration with external APIs, etc.* * [ ] - Frontend changes * [ ] - Backend changes From 3970870af5b5d1d0969d346c51b7712b8f811cff Mon Sep 17 00:00:00 2001 From: Ryan McCartney Date: Thu, 4 Dec 2025 21:50:29 +0000 Subject: [PATCH 3/3] Further formatting tweaks --- .github/pull_request_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bfda78a..3e1e7fb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,8 +5,7 @@ *Provide a detailed description of how exactly this task will be accomplished. This can be something technical. What specific steps will be taken to achieve the goal? This should include details on service integration, job logic, implementation, etc.* ## Changes in the codebase -*This is where becomes technical. Here is where you can be more focused on the engineering side of your solution. Include information about the functionality they are adding or modifying, as well as any refactoring or improvement of existing code.* - updates to third-party services, changes to infrastructure configuration, integration with external APIs, etc.* +*This is where becomes technical. Here is where you can be more focused on the engineering side of your solution. Include information about the functionality they are adding or modifying, as well as any refactoring or improvement of existing code. Updates to third-party services, changes to infrastructure configuration, integration with external APIs, etc.* * [ ] - Frontend changes * [ ] - Backend changes