Skip to content

Commit 94500c6

Browse files
authored
add PR template (#362)
1 parent dadfbb3 commit 94500c6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- Comment lines like this one will remain invisible -->
2+
3+
<!-- Thank you for your contribution! Please fill in this template so that we
4+
can understand your intent and the proposed changes. If anything about this
5+
template is unclear, just mention it! -->
6+
7+
**Summary**
8+
<!-- Summary of what & why - explain your motivation and/or link to any GitHub issues this relates to -->
9+
10+
**Proposed changes**
11+
<!-- Large PRs should ideally be preceded by a design discussion on a separate issue! -->
12+
13+
<!-- A clear and concise description of the contents of this pull request. -->
14+
* ...
15+
16+
**What alternatives have you considered?**
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
**Breaking changes**
20+
<!-- If this PR breaks backwards-compatibility, please start the PR title with `**BREAKING**`! -->
21+
<!-- In this section, describe any changes that are not backwards-compatible, -->
22+
<!-- why it is worth breaking backwards compatiblity, -->
23+
<!-- and how a user would have to address these changes in their downstream code. -->

0 commit comments

Comments
 (0)