Skip to content

Commit 1e42417

Browse files
authored
implement RFC4 in issue / PR templates (#1580) (#1581)
* implement RFC4 in issue / PR templates (#1580) * fix
1 parent c81d3f8 commit 1e42417

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ assignees: ''
77

88
---
99

10+
<!--
11+
12+
Please note that this Issue is subject to RFC4: https://pygeoapi.io/development/rfc/4
13+
14+
-->
15+
1016
**Description**
1117
A clear and concise description of what the bug is.
1218

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ assignees: ''
77

88
---
99

10+
<!--
11+
12+
Please note that this Issue is subject to RFC4: https://pygeoapi.io/development/rfc/4
13+
14+
-->
15+
1016
**Is your feature request related to a problem? Please describe.**
1117
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1218

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Overview
22

3-
# Related issue / discussion
3+
# Related Issue / discussion
4+
5+
<!--
6+
7+
Is there an existing Issue that this PR addresses? Does this PR need a new Issue?
8+
9+
Non-trivial PRs are best put forth initially as an Issue so that there can be
10+
discussion and consensus before a PR is put forth.
11+
12+
-->
413

514
# Additional information
615

0 commit comments

Comments
 (0)