You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this PR is related to an issue, put here, if not, remove this block
7
-
-->
8
-
Issue Number:
9
-
10
-
### Pull Request Type
5
+
A concise description of what this PR does and why.
11
6
7
+
## 🧪 How to test
12
8
<!--
13
-
Please check the type of change your pull request introduces. Remove all that is unrelated and remove the comment block too, maintaining only the type of your PR:
14
-
15
-
- Bugfix
16
-
- Feature
17
-
- Code style update (formatting, renaming)
18
-
- Refactoring (no functional changes, no api changes)
19
-
- Build related changes
20
-
- Documentation content changes
21
-
- Other (please describe):
22
-
-->
9
+
IMPORTANT: The "How to see this running using GitHub Codespaces" details block SHOULD NOT be included in the final template.
10
+
Testing instructions should be written specifically for each PR,
11
+
describing the steps needed to validate the proposed changes.
23
12
24
-
### Pull request checklist
13
+
Example:
14
+
1. Access the signatures page
15
+
2. Upload a test PDF
16
+
3. Click "Sign" and verify the modal opens correctly
17
+
4. Confirm the signature was applied
25
18
26
-
-[ ] Did you explain or provide a way of how can we test your code ?
27
-
-[ ] If your pull request is related to frontend modifications provide a print of before and after screen
28
-
-[ ] Did you provide a general summary of your changes ?
29
-
-[ ] Try to limit your pull request to one type, submit multiple pull requests if needed
30
-
-[ ] I implemented tests that cover my contribution
19
+
Feel free to paste terminal commands or URLs that help reviewers follow along.
20
+
-->
31
21
32
22
<details>
33
23
<summary>How to see this running using GitHub Codespaces</summary>
@@ -39,9 +29,9 @@ Please check the type of change your pull request introduces. Remove all that is
39
29
- Click **"Create codespace on feat/customize-signature-stamp"**
40
30
41
31
### 2. Wait for the environment to start
42
-
- A progress bar will appear on the left.
32
+
- A progress bar will appear on the left.
43
33
- After that, the terminal will show the build process.
44
-
- Wait until you see the message:
34
+
- Wait until you see the message:
45
35
```bash
46
36
✍️ LibreSign is up!
47
37
```
@@ -58,9 +48,77 @@ Please check the type of change your pull request introduces. Remove all that is
58
48
- Select `Change visibility` → `Public`.
59
49
60
50
### 5. Login credentials
61
-
-**Username**: `admin`
51
+
-**Username**: `admin`
62
52
-**Password**: `admin`
63
53
64
54
Done! 🎉
65
55
You're now ready to test this.
66
56
</details>
57
+
58
+
## 🎨 UI / Front‑end changes
59
+
60
+
<!--
61
+
█████ █████ █████
62
+
▒▒███ ▒▒███ ▒▒███
63
+
▒███ ▒███ ▒███
64
+
▒███ ▒███ ▒███
65
+
▒███ ▒███ ▒███
66
+
▒███ ▒███ ▒███
67
+
▒▒████████ █████
68
+
▒▒▒▒▒▒▒▒ ▒▒▒▒▒
69
+
70
+
Feel free to remove this section when your PR only affects the backend/API code.
71
+
-->
72
+
73
+
-[ ] ... <!-- Describe the tasks performed here (e.g., layout adjustment, new feature X) -->
74
+
-[ ] Screenshots before/after (add images or links)
75
+
76
+
### 🚧 Tasks
77
+
<!-- Add here the list of tasks that is necessary to do before merge this PR. As example: update the package X, merge the PR y. If isn't necessary, fell free to remove this block -->
78
+
-[ ] ...
79
+
80
+
🏚️ Before | 🏡 After
81
+
--- | ---
82
+
Screenshot before | Screenshot after
83
+
84
+
<!-- ☀️ Light theme | 🌑 Dark theme → Please test and document both themes -->
85
+
86
+
-[ ] Tested in multiple browsers (Chrome, Firefox, Safari) – *optional but appreciated*
-[ ] API documentation updated with the command `composer openapi` if necessary <!-- This generates the openapi.json file -->
112
+
113
+
### 🚧 Tasks
114
+
<!-- Add here the list of tasks that is necessary to do before merge this PR. As example: update the package X, merge the PR y. If isn't necessary, fell free to remove this block -->
115
+
-[ ] ...
116
+
117
+
## ✅ Checklist
118
+
119
+
-[ ] I have read and followed the [contribution guide](CONTRIBUTING.md).
120
+
-[ ] ... (list your own tasks here)
121
+
122
+
## 🤖 AI (if applicable)
123
+
124
+
-[ ] The content of this PR was partially or fully generated using AI
0 commit comments