We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda44dd commit 2b11e11Copy full SHA for 2b11e11
.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,16 @@
1
+## Expected Behavior
2
+
3
4
+## Actual Behavior
5
6
7
+## Steps to Reproduce the Problem
8
9
+1.
10
+2.
11
+3.
12
13
+## Specifications
14
15
+- Platform:
16
+- Python Version:
.github/pull_request_template.md
@@ -1,9 +1,10 @@
-- Link to issue this resolves
+Fixes #<issuelink>
-- What I did
+## Changes
-- How I did it
-- How to verify it
+## One line description for the changelog
-- One line description for the changelog
+- [ ] Tests pass
+- [ ] Appropriate changes to README are included in PR
0 commit comments