Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 6f8d79c

Browse files
committed
Update GitHub issue template
With this, there will be a guide to report bugs, enhancements or features, and issues will be automatically labeled.
1 parent fbee9c6 commit 6f8d79c

6 files changed

+35
-1
lines changed

.github/issue_template.md .github/ISSUE_TEMPLATE/bug-report.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: As a user, I want to report a bug.
4+
labels: "type: bug"
5+
---
6+
7+
## Bug Report
8+
19
### Greenplum version or build
210

311
### OS version and uname -a
@@ -11,4 +19,3 @@
1119
### Actual behavior
1220

1321
### Step to reproduce the behavior
14-

.github/ISSUE_TEMPLATE/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
contact_links:
2+
- name: Join Greenplum users mailing list
3+
url: https://groups.google.com/a/greenplum.org/g/gpdb-users
4+
about: Please ask general questions here.
5+
- name: Join Greenplum developers mailing list
6+
url: https://groups.google.com/a/greenplum.org/g/gpdb-dev
7+
about: Please ask developing questions here.

.github/ISSUE_TEMPLATE/enhancement.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: "\U0001F680 Enhancement"
3+
about: As a developer, I want to make an enhancement.
4+
labels: "type: enhancement"
5+
---
6+
7+
## Enhancement
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "\U0001F680 Feature Request"
3+
about: As a user, I want to request a new feature.
4+
labels: "type: feature"
5+
---
6+
7+
## Feature Request
8+
9+
**Is your feature request related to a problem? Please describe:**
10+
<!-- A clear and concise description of what the problem is. -->
11+
12+
**Describe the feature you'd like to request:**
13+
<!-- A clear and concise description of what you want to happen. -->
File renamed without changes.

CODE-OF-CONDUCT.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)