Skip to content

Commit 0cb0fcc

Browse files
authored
chore: introduce PR template (#579)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b50ff0d commit 0cb0fcc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
Thank you for taking the time to develop and contribute a core enhancement or fix for a defect!
3+
4+
We kindly request that you create pull requests only for things that have been discussed in a ticket first; exceptions may be made for spelling or grammar fixe.
5+
Please have the related ticket/issue ID ready.
6+
If there is none, feel free to create a new ticket: https://github.com/CycloneDX/specification/issues/new/choose
7+
-->
8+
9+
<!--
10+
11+
Please provide a brief description of what this pull request intends to do and which ticket it fixes/closes.
12+
13+
Example:
14+
> As discussed in ticket #485, this PR adds Streebog to the hash algorithm enum.
15+
>
16+
> fixes #485
17+
18+
-->

0 commit comments

Comments
 (0)