Skip to content

Commit 0c04f15

Browse files
committed
update issue templates
1 parent 2eb445e commit 0c04f15

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: Bug report
55
labels: bug
66
assignees: rmorshea
7-
87
---
98

10-
**Describe the bug**
9+
**Bug description**
1110
A clear and concise description of what the bug is.
1211

13-
**To Reproduce**
12+
**To reproduce**
1413
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
14+
15+
1. ...
16+
2. ...
17+
3. ...
1918

2019
**Expected behavior**
2120
A clear and concise description of what you expected to happen.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Questions and community support
4+
url: https://gitter.im/idom-team/idom
5+
about: Chat directly with fellow IDOM developers and users
6+
- name: IDOM documentation
7+
url: https://idom-docs.herokuapp.com/
8+
about: Learn more about how IDOM works

.github/ISSUE_TEMPLATE/doc_enhancement.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Doc enhancement
33
about: Documentation needs to be fixed or added
4-
title: Doc Enhancement
4+
title: Doc enhancement
55
labels: docs
66
assignees: rmorshea
7-
87
---
98

109
**Describe what documentation needs to be fixed or added**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: Feature request
55
labels: enhancement
66
assignees: rmorshea
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="https://pypi.python.org/pypi/idom">
1010
<img alt="Version Info" src="https://img.shields.io/pypi/v/idom.svg"/>
1111
</a>
12-
<a href="https://github.com/rmorshea/idom/blob/main/LICENSE"/>
12+
<a href="https://github.com/rmorshea/idom/blob/main/LICENSE">
1313
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-purple.svg">
1414
</a>
1515

0 commit comments

Comments
 (0)