mirror of
https://github.com/mtrojnar/osslsigncode
synced 2026-06-08 16:13:39 +00:00
66 lines
1.5 KiB
Markdown
66 lines
1.5 KiB
Markdown
<!--
|
|
Thank you for your pull request.
|
|
Provide a concise summary of the changes in the PR title.
|
|
-->
|
|
|
|
### Pull Request Type
|
|
<!--
|
|
Limit this PR to a single type. If necessary, split changes into multiple PRs.
|
|
-->
|
|
|
|
- [ ] Bug fix
|
|
- [ ] New feature
|
|
- [ ] Code style / formatting / renaming
|
|
- [ ] Refactoring (no functional or API changes)
|
|
- [ ] Build / CI related changes
|
|
- [ ] Documentation
|
|
- [ ] Other (please describe):
|
|
|
|
### Related Issue
|
|
<!--
|
|
If this fixes a GitHub issue, make sure to have a line saying 'Fixes #XXXX' (without quotes) in the commit message.
|
|
-->
|
|
Issue number: N/A
|
|
|
|
### Current Behavior
|
|
<!--
|
|
Describe the current behavior or limitation this PR addresses.
|
|
Include error messages or crash symptoms if relevant.
|
|
-->
|
|
|
|
### New Behavior
|
|
<!--
|
|
Describe the new or changed behavior introduced by this PR.
|
|
-->
|
|
|
|
### Scope of Changes
|
|
<!--
|
|
Briefly describe what was changed and why.
|
|
Focus on relevant parts only.
|
|
-->
|
|
|
|
### Testing
|
|
<!--
|
|
Describe how the changes were tested.
|
|
Include commands, environments, or platforms if relevant.
|
|
-->
|
|
- [ ] Existing tests
|
|
- [ ] New tests added
|
|
- [ ] Manual testing
|
|
|
|
### Additional Notes
|
|
<!--
|
|
Any additional information relevant for reviewers:
|
|
- design decisions
|
|
- backward compatibility
|
|
- known limitations
|
|
-->
|
|
|
|
## License Declaration
|
|
<!--
|
|
All contributions to this project are licensed under the project's license.
|
|
By submitting this pull request, you confirm that you have the right to submit
|
|
the code and agree to license it accordingly.
|
|
-->
|
|
- [ ] I hereby agree to license my contribution under the project's license.
|