Skip to content

Commit 0c42921

Browse files
authored
Merge pull request #223 from itk-dev/feature/216-move-feature-template
216: Move feature template to .github folder
2 parents 84979b1 + 1caa5e2 commit 0c42921

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
2929
Remove unused and abandoned package `webmozart/path-util`.
3030
- [PR-167](https://github.com/OS2Forms/os2forms/pull/167)
3131
Adding os2forms_digital_signature module
32+
- [PR-223](https://github.com/OS2Forms/os2forms/pull/223)
33+
Moved GitHub feature template to GitHub folder
3234
- [PR-184](https://github.com/OS2Forms/os2forms/pull/184)
3335
- Patches `coc_forms_auto_export` to ensure settings can be saved upon initial
3436
attempt, cf. [Unable to save initial settings due to unfocusable form control](https://www.drupal.org/project/coc_forms_auto_export/issues/3531004)

modules/os2forms_digital_signature/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
This module provides functionality for adding digital signature to the webform PDF submissions.
66

7-
To use this module, you must also have a signature server set up (https://github.com/MitID-Digital-Signature). The signature server consists of two parts. A frontend module (https://github.com/MitID-Digital-Signature/os2forms_dig_sig_server/) and a backend component (https://github.com/MitID-Digital-Signature/Signing-Server/).
7+
To use this module, you must also have a signature server set up (<https://github.com/MitID-Digital-Signature>).
8+
The signature server consists of two parts. A frontend module
9+
(<https://github.com/MitID-Digital-Signature/os2forms_dig_sig_server/>) and a backend component
10+
(<https://github.com/MitID-Digital-Signature/Signing-Server/>).
811

912
## How does it work
1013

0 commit comments

Comments
 (0)