Skip to content

Commit e5f6d3f

Browse files
authored
Merge pull request #120 from Sam-Martin/issue-templates
add issue templates
2 parents 8bc6bfc + fe150d1 commit e5f6d3f

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Documentation Issue
3+
about: Report issues in the documentation
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Briefly describe which document/function needs to be corrected and why. -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Summary of the new feature/enhancement
11+
12+
<!--
13+
A clear and concise description of what the problem is that the new feature would solve.
14+
Describe why and how a user would use this new functionality (if applicable).
15+
-->
16+
17+
# Proposed technical implementation details (optional)
18+
19+
<!--
20+
A clear and concise description of what you want to happen.
21+
-->

0 commit comments

Comments
 (0)