From 62478d0a6cd669e07b0ee4543dec40080fea1a5f Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 19 Oct 2017 17:24:05 -0400 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..1246a042 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +--- REMOVE THIS LINE AFTER READING IT: Please open an issue only to report faults, bugs and malfunctions. For questions, comments and feature requests instead visit http://community.opendronemap.org/c/webodm + +### How did you install WebODM? (Docker, natively, ...)? + +### What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/) + +### What is the problem? + +### What should be the expected behavior? + +### How can we reproduce this? (What steps did you do to trigger the problem? What parameters are you using for processing? If possible please include a copy of your dataset uploaded on Google Drive or Dropbox. Be detailed) + From 5053c8c3911da632ee643e39211ca157a68efc4d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 19 Oct 2017 17:28:51 -0400 Subject: [PATCH 2/2] Added community forum link --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 002c2aec..cf8b1977 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,8 @@ Don't see a feature that you want? [Help us make it happen](/CONTRIBUTING.md). We have several channels of communication for people to ask questions and to get involved with the community: - - [Gitter](https://gitter.im/OpenDroneMap/web-development) - - [GitHub Issues](https://github.com/OpenDroneMap/WebODM/issues) - - [OpenDroneMap Users Mailing List](https://lists.osgeo.org/mailman/listinfo/opendronemap-users) - - [OpenDroneMap Developers Mailing List](https://lists.osgeo.org/mailman/listinfo/opendronemap-dev) + - [OpenDroneMap Community Forum](http://community.opendronemap.org/c/webodm) + - [Report Issues](https://github.com/OpenDroneMap/WebODM/issues) + +We also have a [Gitter Chat](https://gitter.im/OpenDroneMap/web-development), but the preferred way to communicate is via the [OpenDroneMap Community Forum](http://community.opendronemap.org/c/webodm). +