|
1 | | -# Pull Request Title: [Short Description of Changes] |
| 1 | +# [Service Name]: [Summary of changes] |
| 2 | +<!-- Examples: Dockhand: new service | Changedetection: fix port mapping --> |
2 | 3 |
|
3 | 4 | ## Description |
4 | | - |
5 | | -Provide a brief description of the changes made in this pull request. Include the following: |
6 | | - |
7 | | -- The purpose of the changes |
8 | | -- Any background context or additional details |
| 5 | +<!-- Briefly describe what changed. --> |
9 | 6 |
|
10 | 7 | ## Related Issues |
| 8 | +<!-- Link any related issues (e.g. Fixes #123). Use "None" if not applicable. --> |
| 9 | +- None. |
11 | 10 |
|
12 | | -- Issue #[issue number] (e.g., Fixes #[issue number]) |
13 | | - |
14 | | -## Type of Change |
15 | | - |
16 | | -- [ ] Bug fix |
17 | | -- [ ] New feature |
18 | | -- [ ] Documentation update |
19 | | -- [ ] Refactoring |
20 | | - |
21 | | -## How Has This Been Tested? |
22 | | - |
23 | | -Describe the tests you ran to verify your changes. Provide instructions for reproducing the testing process: |
24 | | - |
25 | | -1. [Test case 1] |
26 | | -2. [Test case 2] |
| 11 | +## Verification |
| 12 | +<!-- Describe how you tested this change and include relevant proof such as logs, command output, or screenshots if useful. --> |
27 | 13 |
|
28 | 14 | ## Checklist |
29 | 15 |
|
30 | | -- [ ] I have performed a self-review of my code |
31 | | -- [ ] I have added tests that prove my fix or feature works |
32 | | -- [ ] I have updated necessary documentation (e.g. frontpage `README.md`) |
33 | | -- [ ] Any dependent changes have been merged and published in downstream modules |
34 | | - |
35 | | -## Screenshots (if applicable) |
36 | | - |
37 | | -If visual changes are made, include screenshots to demonstrate them. |
38 | | - |
39 | | -## Additional Notes |
| 16 | +- [ ] I have performed a self-review of my code and followed the [templates](https://github.com/tailscale-dev/ScaleTail/tree/main/templates/service-template) structure. |
| 17 | +- [ ] I have added verification that the stack works as expected. |
| 18 | +- [ ] I have updated necessary documentation (e.g. frontpage [README.md](https://github.com/tailscale-dev/ScaleTail/blob/main/README.md) ). |
| 19 | +- [ ] I have selected the correct label(s) for this PR. |
40 | 20 |
|
41 | | -Add any additional comments or information that may be relevant. |
| 21 | +## Additional Context |
| 22 | +<!-- Any extra info for reviewers, such as gotchas, special requirements, devices, or dependencies. Use "None" if not applicable. --> |
| 23 | +- None. |
0 commit comments