Skip to content

Commit 1651760

Browse files
committed
Add github issue and pull request templates
1 parent 874e397 commit 1651760

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Do you want to request a *feature* or report a *bug*?**
2+
3+
**What is the current behavior?**
4+
5+
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.**
6+
7+
**What is the expected behavior?**
8+
9+
**Which versions of Powershell and which OS are affected by this issue? Did this work in previous versions of our scripts?**

.github/PULL_REQUEST_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Fixes # .
2+
3+
Changes proposed in this pull request:
4+
-
5+
-
6+
-
7+
8+
How to test this code:
9+
-
10+
-
11+
-
12+
13+
Has been tested on (remove any that don't apply):
14+
- Powershell 3 and above
15+
- Windows 7 and above
16+
- SQL Server 2012 and above

0 commit comments

Comments
 (0)