Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
5 changes: 2 additions & 3 deletions docs/pages/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*