Skip to content

Commit 7b0a8a9

Browse files
Merge pull request CrunchyData#348 from xenophenes/develop
issue CrunchyData#336 add PR & Issue templates
2 parents 4e32f41 + 69be910 commit 7b0a8a9

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
**I'm submitting a ...**
2+
3+
<!--- What kind of an issue is this? Put an `x` in all the boxes that apply: -->
4+
- [ ] bug report
5+
- [ ] feature request
6+
- [ ] support request
7+
8+
9+
10+
**Do you want to request a *feature* or report a *bug*?**
11+
12+
13+
14+
**What is the current behavior?**
15+
16+
17+
18+
**If the current behavior is a bug, please provide the steps to reproduce:**
19+
20+
21+
22+
**What is the expected behavior?**
23+
24+
25+
26+
**What is the motivation or use case for changing the behavior?**
27+
28+
29+
30+
**Other information** (e.g. detailed explanation, related issues, suggestions how to fix, etc)
31+
32+
33+
34+
**Please tell us about your environment:**
35+
36+
- Operating System:
37+
- Container Image Tag:
38+
- Operator Version:
39+
- PostgreSQL Version:
40+
- Platform (Docker, Kubernetes, OpenShift):
41+
- Platform Version:

PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
**Checklist:**
2+
3+
<!--- Make sure your PR is documented and tested before submission. Put an `x` in all the boxes that apply: -->
4+
- [ ] Have you added an explanation of what your changes do and why you'd like them to be included?
5+
- [ ] Have you updated or added documentation for the change, as applicable?
6+
- [ ] Have you tested your changes on all related environments with successful results, as applicable?
7+
8+
9+
10+
**Type of Changes:**
11+
12+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
16+
17+
18+
19+
**What is the current behavior? (link to any open issues here)**
20+
21+
22+
23+
**What is the new behavior (if this is a feature change)?**
24+
25+
26+
27+
**Other information**:

0 commit comments

Comments
 (0)