We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c295339 commit 73368feCopy full SHA for 73368fe
.github/ISSUE_TEMPLATE.md
@@ -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
@@ -0,0 +1,15 @@
+| ------------- | ---
+| Bug fix? | yes/no
+| New feature? | yes/no
+| BC breaks? | yes/no
+| Deprecations? | yes/no
+| Tests pass? | yes/no
+| Documented? | yes/no
+| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
+| License | MIT
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