Skip to content

Commit 73368fe

Browse files
committed
Added github templates
1 parent c295339 commit 73368fe

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
| Q | A
2+
| ---------------- | -----
3+
| Bug report? | yes/no
4+
| Feature request? | yes/no
5+
| BC Break report? | yes/no
6+
| RFC? | yes/no
7+
| Version/Branch | x.y.z
8+
9+
<!--
10+
Please fill in this template according to your issue.
11+
-->

.github/PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
| Q | A
2+
| ------------- | ---
3+
| Bug fix? | yes/no
4+
| New feature? | yes/no
5+
| BC breaks? | yes/no
6+
| Deprecations? | yes/no
7+
| Tests pass? | yes/no
8+
| Documented? | yes/no
9+
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
10+
| License | MIT
11+
12+
<!--
13+
- Please fill in this template according to the PR you're about to submit.
14+
- Replace this comment by a description of what your PR is solving.
15+
-->

0 commit comments

Comments
 (0)