Add GitHub Templates
jdarwood007

jdarwood007 commited on 2018-08-30 18:19:35
Showing 2 changed files, with 32 additions and 0 deletions.

... ...
@@ -0,0 +1,20 @@
1
+---
2
+name: Bug report
3
+about: Standard SD Bug report
4
+
5
+---
6
+
7
+#### Description
8
+--Description Here--
9
+
10
+### Steps to reproduce
11
+1. 
12
+2. 
13
+
14
+### Environment (complete as necessary)
15
+- Version/Git revision:
16
+- Database Type:
17
+- Database Version:
18
+
19
+
20
+### Additional information/references
0 21
\ No newline at end of file
... ...
@@ -0,0 +1,12 @@
1
+---
2
+name: Pull Request
3
+about: Standard SD Pull Reqest
4
+
5
+---
6
+
7
+#### Description
8
+--PR Summary here--
9
+
10
+### Issues References (Fixes|Related|Closes)
11
+1. 
12
+2. 
0 13