From f382586135e7dff868db7f3fb03fe7b4aae23fdc Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 15 Sep 2025 13:10:05 +0200 Subject: [PATCH 1/3] 216: Move feature template to .github folder --- {templates => .github}/opgavebeskrivelse.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {templates => .github}/opgavebeskrivelse.md (100%) diff --git a/templates/opgavebeskrivelse.md b/.github/opgavebeskrivelse.md similarity index 100% rename from templates/opgavebeskrivelse.md rename to .github/opgavebeskrivelse.md From 8a58d97d4772bf4cbb10e254fb59c610cc06fa18 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 15 Sep 2025 13:12:20 +0200 Subject: [PATCH 2/3] 216: Updated CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880c6b75..4bd4cc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa Remove unused and abandoned package `webmozart/path-util`. - [PR-167](https://github.com/OS2Forms/os2forms/pull/167) Adding os2forms_digital_signature module +- [PR-223](https://github.com/OS2Forms/os2forms/pull/223) + Moved GitHub feature template to GitHub folder ## [4.1.0] 2025-06-03 From 1caa5e216764b0c533fd24607f653bd05a350177 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 10 Nov 2025 09:45:36 +0100 Subject: [PATCH 3/3] Applied coding standards --- modules/os2forms_digital_signature/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/os2forms_digital_signature/README.md b/modules/os2forms_digital_signature/README.md index 08ee20d8..d863182e 100644 --- a/modules/os2forms_digital_signature/README.md +++ b/modules/os2forms_digital_signature/README.md @@ -4,7 +4,10 @@ This module provides functionality for adding digital signature to the webform PDF submissions. -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/). +To use this module, you must also have a signature server set up (). +The signature server consists of two parts. A frontend module +() and a backend component +(). ## How does it work