Skip to content

Commit ea7bc2a

Browse files
committed
docs: update PR template
1 parent 254504e commit ea7bc2a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1+
<!--
2+
Thank you for contributing to Java Design Patterns!
13
2-
Pull request title
4+
If you're unsure where to start, please refer to the contributing doc:
35
4-
- Clearly and concisely describes what it does
5-
- Refer to the issue that it solves, if available
6+
https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute
67
8+
If you still have questions, please let us know via issues or [gitter](https://matrix.to/#/#iluwatar_java-design-patterns:gitter.im).
9+
-->
710

8-
Pull request description
11+
## What problem does this PR solve?
912

10-
- Describes the main changes that come with the pull request
11-
- Any relevant additional information is provided
12-
13-
14-
15-
> For detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute
13+
<!-- Please describe the problem you're trying to solve. Uncomment the following line if this PR closes some issues -->
14+
<!-- Close #<issue number> -->

0 commit comments

Comments
 (0)