Skip to content

Commit e6a568a

Browse files
authored
Add pull request template for contributor guidance
Add a pull request template to guide contributors in providing necessary information.
1 parent b94f2d3 commit e6a568a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- Thank you for contributing to OWASP ModSecurity, your effort is greatly appreciated -->
2+
<!-- Please help us by adding the information below in this PR so it aids reviewers -->
3+
4+
## what
5+
6+
<!--
7+
- Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
8+
- Use bullet points to be concise and to the point.
9+
-->
10+
11+
## why
12+
13+
<!--
14+
- Provide the justifications for the changes (e.g. business case).
15+
- Describe why these changes were made (e.g. why do these commits fix the problem?)
16+
- Use bullet points to be concise and to the point.
17+
-->
18+
19+
## references
20+
21+
<!--
22+
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
23+
- Use `closes #123`, if this PR closes a GitHub issue `#123`
24+
-->

0 commit comments

Comments
 (0)