diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 040201f..3e1e7fb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,13 +5,12 @@ *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 * [ ] - 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..a715afc 100644 --- a/docs/pages/development/index.md +++ b/docs/pages/development/index.md @@ -32,13 +32,12 @@ 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 * [ ] - 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.*