Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rheone authored Oct 21, 2019
1 parent a3a14a4 commit ca7a70b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 23 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-needed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Documentation Needed
about: Describe this issue template's purpose here.
title: "[Documentation]"
labels: documentation
assignees: ''

---

## Description
A clear and concise description of what is missing in documentation

## Impact
Description of the current or possible impact of this documentation

## Proposed solutions
_What would you recommend to fix it?_
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,6 @@ assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
If avaialbe include the exception that is thrown, including the type and the included message and stack trace.

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

**Example of how to Reproduce**
Provide the steps to reproduce the behavior by inncluding a code example either inline or via a [Gist](https://gist.github.com/) link.
If a code example is not possible, or too complex for the context of the issue describe in detail

**Code Infromation**
- Runtime Information [e.g. netcore2.0, netstandard2.1]
- SDK / Runtime Version [e.g. Core 2.2 SDK 2.2.402]
- Language Version [e.g. C# 7.3, F# 4.6]
- Operating System [e.g. Linux, Windows 10, Mac]

**Additional context**
Add any other context about the problem here.

---


**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/technical-debt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Technical Debt
about: A better solution for an already solved problem
title: "[TechDebt]"
labels: TechDebt
assignees: ''

---

## Description
A clear and concise description of what the tech debt is and the reason of being created

## Impact
Description of the current or possible impact of this tech debt.

## Proposed solutions
_How would you fix it?_

## Observations

### Related files

[files](url)

0 comments on commit ca7a70b

Please sign in to comment.