Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanecharette authored Aug 15, 2023
1 parent 27a4e80 commit 44c4d02
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 89 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/any-other-question-or-issue.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-a-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Ask A Question
about: Ask A Question
title: ''
labels: question
assignees: stephanecharette

---

If you have a question, please consider asking on the Darknet/YOLO discord server instead of creating a github issue. Asking on the discord server will probably get you a reply quicker.

You can get to the Darknet/YOLO discord server here: https://discord.gg/zSq8rtW
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest a new feature for this project
title: ''
labels: Feature-request
assignees: ''
labels: enhancement
assignees: stephanecharette

---

For Feature-request:
* describe your feature as detailed as possible
* provide link to the paper and/or source code if it exist
* attach chart/table with comparison that shows improvement
Please describe the feature as detailed as possible.
Provide links to the paper or source code if it exist.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Report A Bug
about: Report A Bug
title: ''
labels: bug
assignees: stephanecharette

---

To report a bug, please provide the following:

* the output of the `darknet version` command
* the exact command you ran
* the operating system you are using

If relevant, please attach a screenshot showing the problem.

This file was deleted.

0 comments on commit 44c4d02

Please sign in to comment.