Skip to content

Commit 8babf58

Browse files
authored
docs: add pull request template to improve contribution process (#407)
1 parent 462cc8d commit 8babf58

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
Thanks very much for contributing to FastExcel! Please make sure that your code changes
3+
are covered with tests. And in case of new features or big changes
4+
remember to adjust the documentation.
5+
6+
Feel free to ping committers for the review!
7+
8+
In case of an existing issue, reference it using one of the following:
9+
10+
Closed: #ISSUE
11+
Related: #ISSUE
12+
13+
-->
14+
15+
## Purpose of the pull request
16+
17+
<!-- Describe the purpose of this pull request. For example: Closed: #ISSUE-->
18+
19+
## What's changed?
20+
21+
<!--- Describe the change below, including rationale and design decisions -->
22+
23+
## Checklist
24+
25+
- [ ] I have written the necessary doc or comment.
26+
- [ ] I have added the necessary unit tests and all cases have passed.

0 commit comments

Comments
 (0)