Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A concise description of what the bug is.

**Steps to reproduce**
A step-by-step description on how to reproduce the problem.

**Expected outcome**
A concise description of what you expected to happen.

**Application Logs**
The log output when experiencing the issue.


**Environment**

* NTH App Version:
* NTH Mode (IMDS/Queue processor):
* OS/Arch:
* Kubernetes version:
* Installation method:
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest a feature/enhancement for this project
title: ''
labels: enhancement
assignees: ''

---

**Describe the feature**
A concise description of the feature and desired behavior.

**Is the feature request related to a problem?**
A description of what the problem is. For example: I'm frustrated when [...]

**Describe alternatives you've considered**
A description of any alternative solutions or features you've considered.