Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ottowayi authored Jun 4, 2020
1 parent 4259645 commit 352a7f7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assignees: ''
- [ ] consulted the [docs](https://pycomm3.readthedocs.io/en/latest/)

**Description**
A clear and concise description of what the bug is.
_A clear and concise description of what the bug is._

**Target PLC**
Model: [e.g. 1756-L83E]
Expand All @@ -27,6 +27,6 @@ _Minimal reproduceable code sample_
```

**Additional context**
- if reading/writing a tag, describe it's type/structure/etc
- attach any relevant L5X or data files
- paste/attach logging output
- _if reading/writing a tag, describe it's type/structure/etc_
- _attach any relevant L5X or data files_
- _paste/attach logging output_
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] - "
labels: enhancement
assignees: ''

---

**Type of Feature Request**
- [ ] missing feature
- [ ] feature available in another library: _please specify_
- [ ] change to API
- [ ] enhancing a current feature
- [ ] removal of a broken/unsupported/etc feature
- [ ] other: _please specify_

**Feature Description**
_A clear and concise summary of what the feature is and why it is desired_
_If feature breaks current functionality, explain why the new functionality is better_

**Possible Solution**
_A clear and concise description of how this feature would work and/or be implemented_
_Include code samples or references_

**Additional context**
_Add any other context or screenshots about the feature request here._
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: Ask a question
title: ''
labels: question
assignees: ''

---


0 comments on commit 352a7f7

Please sign in to comment.