Skip to content

Commit

Permalink
edit issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Sep 12, 2023
1 parent c403cb6 commit d4cd358
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ assignees: ''

---

**Component**
The component which contains the bug. For Example: Camino-Node, Application Suite, Wallet, Explorer,...

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

Expand All @@ -20,7 +23,7 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Logs**
If applicable, please include the relevant logs that indicate a problem and/or the log directory of your node. By default, this can be found at `~/.avalanchego/logs/`.
If applicable, please include the relevant logs that indicate a problem and/or the log directory of your node. By default, this can be found at `~/.caminogo/logs/`.

**Metrics**
If applicable, please include any metrics gathered from your node to assist us in diagnosing the problem.
Expand Down
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/new_feature_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: New Feature report
about: Create a report to help us improve
title: ''
labels: enhancement
assignees: ''

---

**Component**
The component which you want to enhance. For Example: Camino-Node, Application Suite, Wallet, Explorer,...

**Describe the new feature**
A clear and concise description of what the bug is.

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

**Way of implementation**
If applicable, write how to implement this feature.

**Pull request**
If applicable, write the number or the link to the PR.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Operating System**
Which OS you used to reveal the bug.

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

0 comments on commit d4cd358

Please sign in to comment.