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

Commit e7c0eaf

Browse files
authored
Merge pull request #156 from triggermesh/issue-templates
Initial issue templates for the Docs
2 parents 7ae9a0c + 6d12848 commit e7c0eaf

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Is something wrong with our docs?
4+
title: "[BUG]: "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
<!--- Please let us know what needs to be fixed -->
12+
13+
## Screenshots
14+
<!--- Something not looking right? Please upload a screenshot and provide browser details -->
15+
16+
## Additional context
17+
<!--- If there's anything else relevant, please let us know -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Do you have an idea how to make the docs better?
4+
title: "[ENHANCEMENT]: "
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
<!--- Please let us know what's missing -->
12+
13+
## Screenshots
14+
<!--- Something not looking right? Please upload a screenshot and provide browser details -->
15+
16+
## Additional context
17+
<!--- If there's anything else relevant, please let us know -->

0 commit comments

Comments
 (0)