Skip to content
Open
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
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: Bug Report
description: Report a fault or bug in ODM.
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
First of all, thank you for taking the time to report an issue.

Before you continue, make sure you are in the right place. Please open an issue only to report faults and bugs. For questions and discussion please open a topic on the [community forum](https://community.opendronemap.org/c/opendronemap).
- type: checkboxes
id: prechecks
attributes:
label: Before you open an issue
options:
- label: I have searched the [community forum](https://community.opendronemap.org/c/opendronemap) and could not find an answer to my problem.
required: true
- label: I have searched [existing issues](https://github.com/OpenDroneMap/ODM/issues) and this bug has not already been reported.
required: true
- type: dropdown
id: install-method
attributes:
label: How did you install ODM (Docker, installer, natively, ...)?
options:
- Docker
- Installer
- Natively
- Other
validations:
required: true
- type: textarea
id: problem
attributes:
label: What is the problem?
validations:
required: true
- type: textarea
id: expected
attributes:
label: What should be the expected behavior?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How can we reproduce this? What steps did you do to trigger the problem?
validations:
required: true
- type: input
id: dataset
attributes:
label: Link to dataset
description: |
If this is an issue with processing a dataset, YOU MUST include a copy of your dataset, uploaded somewhere we can download from (otherwise we cannot reproduce this).
placeholder: https://drive.google.com/...
validations:
required: true
- type: textarea
id: logs
attributes:
label: Task output log
description: |
Paste the full task output log below (run ODM with `--verbose` where possible). This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: true
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Feature Request
description: Suggest a new feature or enhancement for ODM.
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for your interest in improving ODM!
**Please start on the [community forum](https://community.opendronemap.org/c/opendronemap) first.** New features should be discussed there so other community members can weigh in on whether they want the same thing, and so a plan can be agreed on before any code is written. Issues opened without prior discussion may be closed and redirected to the forum.
- type: checkboxes
id: prechecks
attributes:
label: Before you open an issue
options:
- label: I have discussed this feature on the [community forum](https://community.opendronemap.org/c/opendronemap) and there is interest in it.
required: true
- label: I have searched [existing issues](https://github.com/OpenDroneMap/ODM/issues) and this feature has not already been requested.
required: true
- type: input
id: forum-link
attributes:
label: Link to forum discussion
description: Paste the URL of the forum topic where this feature was discussed.
placeholder: https://community.opendronemap.org/t/...
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the feature
description: What should ODM do that it doesn't do today? Why is it useful?
validations:
required: true
- type: textarea
id: plan
attributes:
label: Proposed plan
description: Outline the agreed-on approach from the forum discussion. Where possible, cite files and lines where changes should be made.
validations:
required: true
34 changes: 0 additions & 34 deletions .github/workflows/issue-triage.yml

This file was deleted.

26 changes: 0 additions & 26 deletions docs/issue_template.md

This file was deleted.

Loading