Skip to content

Commit 4fa48df

Browse files
authored
Merge pull request #618 from City-of-Helsinki/update-configuration
Automatic update
2 parents c597c5c + d89b61b commit 4fa48df

4 files changed

Lines changed: 145 additions & 96 deletions

File tree

.github/pull_request_template.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
11
# [UHF-0000](https://helsinkisolutionoffice.atlassian.net/browse/UHF-0000)
2-
<!-- What problem does this solve? -->
32

43
## 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+
*
86

97
## 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`
1311
* `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`
1517

1618
## 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
2422

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
2725
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
3028
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.
3231
33-
## Other PRs
34-
<!-- For example an related PR in another repository -->
32+
Translations
33+
- Make sure all necessary translations have been added.
34+
-->
3535

36-
* Link to other PR
36+
## Links to related PRs
37+
<!-- F.e. a related PR in another repository -->
38+
*

0 commit comments

Comments
 (0)