Skip to content

Commit 57878d2

Browse files
committed
Feature requests page
1 parent fe5a8a5 commit 57878d2

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ export default defineConfig({
131131
label: 'Support the Project',
132132
slug: 'support-the-project'
133133
},
134+
{
135+
label: 'Feedback & Feature Requests',
136+
slug: 'feedback-feature-requests'
137+
},
134138
{
135139
label: 'Developers',
136140
items: [
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Feedback & Feature Requests
3+
template: doc
4+
---
5+
6+
All software benefits greatly from user feedback and feature requests. We encourage people to provide feedback via the [community](https://webodm.org/community) channels.
7+
8+
**Please do not** open feature requests on GitHub without first discussing it with the community. 🙏
9+
10+
## How To Provide Feedback
11+
12+
Open a thread describe what the problem is, what a possible improvement could be and **how are you willing to help**. For example:
13+
14+
* "I'm willing to help with testing"
15+
* "I'm willing to pay to fix this"
16+
* "I'm willing to provide test data"
17+
* "While I can't offer any help, I hope this will get considered"
18+
19+
WebODM is free and open source. **Demanding** that something gets fixed or improved is not going to convince people to do so. **Suggesting** that something be improved is a much better way to begin a feedback discussion.
20+
21+
:::tip
22+
Does a problem affect many people? It's much more compelling to act on a problem it affects many people, rather than a single person or entity.
23+
:::
24+
25+
## How To Make Feature Requests
26+
27+
Along with the feedback guidelines above, disclose if you are a hobbyist or use WebODM professionally. Feature requests are not the same as "requests for free developer time". If you make money with WebODM and you need a feature, please offer to fund, at least in part, the feature you're requesting.
28+
29+
We understand it can be tricky or difficult to get funding for open source software and we will consider all feature requests, regardless of funding availability. Just please disclose upfront the nature of your request (work vs. hobby).
30+
31+
We also welcome code contributions to implement features, if funding is not an option. See [Contributing](/contributing/).

0 commit comments

Comments
 (0)