docs(legal): move feature development policy (#6354)

* docs(legal): move feature development policy

* initial policy

* fix links

* Apply suggestions from code review
This commit is contained in:
mffap 2023-09-27 11:27:31 +02:00 committed by GitHub
parent d380627e80
commit e4af360d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,57 @@
---
title: Feature Development Policy
custom_edit_url: null
---
This policy clarifies how we handle requests for feature prioritization and development. This policy is applicable to situations where a user wants to prioritize certain features or development for our products and services.
## Why to do we have this policy?
Shaping of the roadmap and prioritization of features is done by ZITADEL.
You are welcome to give feedback on the [roadmap](https://zitadel.com/roadmap) and we are happy to [accept upstream pull requests](https://github.com/zitadel/zitadel/CONTRIBUTE.md) for ZITADEL.
In case you can't contribute directly to the open source version of ZITADEL, but want to accelerate development, we may develop the feature on request, under the conditions layed out in this policy.
Features that will be part of the publicly available ZITADEL [repositories](https://github.com/zitadel/), ZITADEL Cloud, or optional components to our products that might be available only under a commercial license.
### Conditions
All intellectual property and ownership of the changes remain with ZITADEL.
Changes may be published under an Open Source or commercial license.
ZITADEL will guarantee maintenance and warranties according to the license and terms of services under which the changes are being released.
## Process
1. [Contact us](https://zitadel.com/contact) about your feature request
2. We will share the scope of the feature and acceptance criteria with you
3. As soon as you confirm the scope we will provide you with a quote containing scope, timeline, estimated effort, and price for the feature development
4. When you accept 50% of the cost is due
5. We inform you when the feature is available and provide you with instructions on how to conduct the acceptance tests
6. You will need to report any issues within 14 days, if not otherwise agreed (see below)
7. On completion (see below) the remaining cost is due
### Development cost
We will estimate the overall effort and development cost of the changes.
For features that are not on the roadmap or feature requests where a defined deadline for general availability of the feature must be met, we take 100% of the development cost as base.
For prioritization of a features that are already on the roadmap, we take 50% of the development cost as base.
We will provide you with a quote for fixed price of the overall effort and ZITADEL will carry any overages.
Cost, scope and timeline will be agreed in a formal quote.
### Payment
50% of the cost will be due on accepting the quote.
We will send you an invoice and expect payment within the given deadline.
50% on completion of the feature development.
Completion means that the agreed scope is available according to the agreed acceptance criteria.
You had 14 days to verify the acceptance criteria and report any issues.
A feature is considered complete, if the outstanding issues are being solved, or a timeline for resolution of the issues has been mutually agreed, or if we haven't got any response within the last 14 days.
## Entry into force
This policy is valid from September 25, 2023.
Last revised September 25, 2023

View File

@ -715,6 +715,7 @@ module.exports = {
"legal/acceptable-use-policy",
"legal/rate-limit-policy",
"legal/policies/account-lockout-policy",
"legal/policies/feature-development-policy",
"legal/vulnerability-disclosure-policy",
],
},