Skip to content

Commit 84055db

Browse files
seismanweiji14
andauthored
Redirect users to the forum if they have questions (#852)
* Add automatic labels for issue templates * Redirect users to the forum if they have questions Co-authored-by: Wei Ji <[email protected]>
1 parent 00b99fe commit 84055db

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Bug report
33
about: Report a problem/bug to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: GMT Community Forum
4+
url: https://forum.generic-mapping-tools.org/
5+
about: Please ask questions here or find answers to common problems.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Feature request
33
about: Request the addition of a new feature/functionality
4+
title: ''
5+
labels: feature request
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: PyGMT release checklist
33
about: Checklist for a new PyGMT release.
4-
title: 'Release PyGMT x.x.x'
5-
labels: 'maintenance'
4+
title: Release PyGMT x.x.x
5+
labels: maintenance
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)