Skip to content

Commit 77b4576

Browse files
authored
Merge pull request #406 from mikepenz/feature/contribution
Add pull request template | Update security e-mail
2 parents a644085 + 8367f95 commit 77b4576

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Description
2+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
3+
4+
Fixes # (issue)
5+
6+
## Type of change
7+
Please delete options that are not relevant.
8+
9+
- [ ] Bug fix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Documentation update
13+
- [ ] Code style update (formatting, renaming)
14+
- [ ] Refactoring (no functional changes, no API changes)
15+
- [ ] Build configuration change
16+
- [ ] Other (please describe):
17+
18+
## How Has This Been Tested?
19+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
20+
21+
- [ ] Test A
22+
- [ ] Test B
23+
24+
## Checklist:
25+
- [ ] My code follows the style guidelines of this project
26+
- [ ] I have performed a self-review of my own code
27+
- [ ] I have commented my code, particularly in hard-to-understand areas
28+
- [ ] I have made corresponding changes to the documentation
29+
- [ ] My changes generate no new warnings
30+
- [ ] I have added tests that prove my fix is effective or that my feature works
31+
- [ ] New and existing unit tests pass locally with my changes
32+
- [ ] Any dependent changes have been merged and published in downstream modules

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Patches will be released to the latest major version.
66

77
## Reporting a Vulnerability
88

9-
Please report (suspected) security vulnerabilities to mikepenz+osss@gmail.com. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
9+
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is
10+
confirmed, we will release a patch as soon as possible depending on complexity.

0 commit comments

Comments
 (0)