Skip to content

Commit

Permalink
UHF-11026: Updated PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Feb 21, 2025
1 parent f8bbdf8 commit 97cee63
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,28 @@

## How to install
* Make sure your instance is up and running on latest dev branch.
* `git pull origin dev`
* `make fresh`
* `git pull origin dev`
* `make fresh`
* Update the Helfi Platform config
* `composer require drupal/helfi_platform_config:dev-UHF-0000_insert_correct_branch`
* `composer require drupal/helfi_platform_config:dev-UHF-0000_insert_correct_branch`
* Run `make drush-updb drush-cr`
* Run `docker compose exec app sh -c "drush helfi:platform-config:update"`
* Run `make shell`
* In the shell, run `drush helfi:platform-config:update`
<!-- Running all module updates takes approx. 5 minutes. -->
<!-- To run one module update: `drush helfi:platform-config:update module_name"` -->

## How to test
<!-- Describe steps how to test the features, add as many steps as you want to be tested -->

* [ ] Check that this feature works
* [ ] Check that code follows our standards

## Continuous documentation
<!-- One of the checkboxes below needs to be checked like this: `[x]` (or click when not in edit mode) -->

* [ ] This feature has been documented/the documentation has been updated
* [ ] This change doesn't require updates to the documentation

## Translations
<!-- The checkbox below needs to be checked like this: `[x]` (or click when not in edit mode). Not needed if the translations were not affected. -->

* [ ] Translations have been added to .po -files and included in this PR
<!-- Check list for the developer. Did you update/add/check the -->
<!-- * documentation -->
<!-- * translations -->
<!-- * coding standards -->

## Other PRs
<!-- For example an related PR in another repository -->
<!-- For example a related PR in another repository -->

* Link to other PR
*

0 comments on commit 97cee63

Please sign in to comment.