Commit 3e99d18
authored
Update tech-specs.md for ev reporting (#35)
### Proposed changes
Updated tech specs to account for this issue:
nginxinc/docs#1528
Problem: Give a brief overview of the problem or feature being
addressed.
Solution: Explain the approach you took to implement the solution,
highlighting any significant design decisions or
considerations.
Testing: Describe any testing that you did.
Please focus on (optional): If you any specific areas where you would
like reviewers to focus their attention or provide
specific feedback, add them here.
If this PR addresses an
[issue](https://github.com/nginx/documentation/issues) on GitHub, ensure
that you link to it here:
Closes #ISSUE
### Checklist
Before creating a PR, run through this checklist and mark each as
complete.
- [ ] I have read the [contributing guidelines](/CONTRIBUTING.md)
- [ ] I have signed the [F5 Contributor License Agreement
(CLA)](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md)
- [ ] If applicable, I have added tests that prove my fix is effective
or that my feature works
- [ ] If applicable, I have checked that any relevant tests pass after
adding my changes
- [ ] I have updated any relevant documentation
([`README.md`](/README.md) and [`CHANGELOG.md`](/CHANGELOG.md))
- [ ] I have rebased my branch onto main
- [ ] I will ensure my PR is targeting the main branch and pulling from
my branch from my own fork
- [ ] If the change involves:
- Code
- Anything that resembles Personally identifying information (PII)
- Make sure to use placeholders such as `<username>` in place of PII
- URLs (watch for
[typosquatting](https://support.microsoft.com/en-us/topic/what-is-typosquatting-54a18872-8459-4d47-b3e3-d84d9a362eb0))
- Significant new/revised content
In these cases, the change will require at least two (2) approvals
before merging1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
| |||
0 commit comments