|
1 | 1 | # [UHF-0000](https://helsinkisolutionoffice.atlassian.net/browse/UHF-0000) |
2 | | -<!-- What problem does this solve? --> |
3 | 2 |
|
4 | 3 | ## What was done |
5 | | -<!-- Describe what was done --> |
6 | | - |
7 | | -* This thing was fixed |
| 4 | +<!-- Describe what was done, f.e. fixed bug in accordion javascript. --> |
| 5 | +* |
8 | 6 |
|
9 | 7 | ## How to install |
10 | | - |
11 | | -* Make sure your instance is up and running on correct branch. |
12 | | - * `git checkout UHF-0000_insert_correct_branch` |
| 8 | +<!-- Describe steps how to install the features. Default steps are provided. --> |
| 9 | +* Make sure your instance is up and running latest version of dev-branch |
| 10 | + * `git checkout dev && git pull origin dev` |
13 | 11 | * `make fresh` |
14 | | -* Run `make drush-cr` |
| 12 | +* Switch to feature branch |
| 13 | + * `git fetch && git checkout UHF-0000_insert_correct_branch` |
| 14 | +* Run code updates |
| 15 | + * `composer install` |
| 16 | + * `make drush-deploy drush-locale-update drush-cr` |
15 | 17 |
|
16 | 18 | ## How to test |
17 | | -<!-- Describe steps how to test the features, add as many steps as you want to be tested --> |
18 | | - |
19 | | -* [ ] Check that this feature works |
20 | | -* [ ] Check that code follows our standards |
21 | | - |
22 | | -## Continuous documentation |
23 | | -<!-- One of the checkboxes below needs to be checked like this: `[x]` (or click when not in edit mode) --> |
| 19 | +<!-- Describe steps how to test the features. Add as many steps as you want to be tested --> |
| 20 | +* [ ] |
| 21 | +* [ ] Check that the code follows our standards |
24 | 22 |
|
25 | | -* [ ] This feature has been documented/the documentation has been updated |
26 | | -* [ ] This change doesn't require updates to the documentation |
| 23 | +<!-- |
| 24 | +Check list for the developer |
27 | 25 |
|
28 | | -## Translations |
29 | | -<!-- 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. --> |
| 26 | +Privacy |
| 27 | +- Do the changes you made have an impact on privacy? If you are unsure, please check the checklist at: https://helsinkisolutionoffice.atlassian.net/wiki/spaces/HEL/pages/9930473479/Tietosuojan+tarkistuslista+kehitt+jille |
30 | 28 |
|
31 | | -* [ ] Translations have been added to .po -files and included in this PR |
| 29 | +Documentation |
| 30 | +- Check the documentation exists and is up to date. Add link if the documentation is not included in the PR. |
32 | 31 |
|
33 | | -## Other PRs |
34 | | -<!-- For example an related PR in another repository --> |
| 32 | +Translations |
| 33 | +- Make sure all necessary translations have been added. |
| 34 | +--> |
35 | 35 |
|
36 | | -* Link to other PR |
| 36 | +## Links to related PRs |
| 37 | +<!-- F.e. a related PR in another repository --> |
| 38 | +* |
0 commit comments