├── .github └── ISSUE_TEMPLATE │ └── feature_request.md └── README.md /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | #### Erase this before submission #### 11 | - Consider only new features (aka functional enhancements, new localizations, UX improvments). Specific bug reports or support requests should be opened through [the OVHcloud help center](https://help.ovhcloud.com/en-ie/ "the OVHcloud help center") 12 | - If you believe you've found a security issue in our service, please enter our [bug bounty programm ](https://yeswehack.com/programs/ovh#rules "bug bounty programm ") 13 | - Please consult [Existing issues](https://github.com/ovh/infrastructure-roadmap/issues "Existing issues") and [product documentation](https://help.ovhcloud.com/csm/en-gb-documentation?id=kb_home "product documentation") to avoid duplicates 14 | - Please describe the feature in the shortest possible way, ideally as an agile user story. 15 | - We are interested in your use case associated and the current workaround you have found if they exist. Please comment your own issue with those details if possible. 16 | #### Erase this before submission #### 17 | 18 | As an OVHcloud customer using **[required existing product, or jsut public cloud in general]** 19 | I want **[this product or a new/other one]** to **[new feature or localisation]** 20 | so that **[this new use case(s) you can achieve]** 21 | 22 | Column1 | Column2 23 | -- | -- 24 | Value1 | Value2 25 | Value3 | Value4 26 | etc | ... 27 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OVHcloud Cloud Roadmap and Changelog - Infrastructure issues 2 | 3 | ## Consulting roadmap and changelog 4 | OVHcloud now exposes a [central public roadmap and changelog for all its Cloud services as a GitHub Project](https://github.com/orgs/ovh/projects/16). 5 | 6 | [ ✅ View Changelog](https://github.com/orgs/ovh/projects/16/views/6) or [ 📅 View Roadmap](https://github.com/orgs/ovh/projects/16/views/14) 7 | 8 | - You can **subscribe to a given issue** to get email notifications when the feature is updated or moves forward 9 | - You can **comment or vote** for listed features to influence our specifications and prioritization 10 | 11 | ## Proposing a new feature 12 | - Consider only new features (aka functional enhancements, new localizations, UX improvments). Specific bug reports or support requests should be opened through [the OVHcloud help center](https://help.ovhcloud.com/en-ie/ "the OVHcloud help center") 13 | - If you believe you've found a security issue in our service, please enter our [bug bounty programm ](https://yeswehack.com/programs/ovh#rules "bug bounty programm ") 14 | - Please consult [Existing issues](https://github.com/ovh/public-cloud-roadmap/issues "Existing issues") and [product documentation](https://help.ovhcloud.com/csm/en-gb-documentation?id=kb_home "product documentation") to avoid duplicates 15 | - Please describe the feature in the shortest possible way, ideally as an agile user story. 16 | - We are interested in your use case associated and the current workaround you have found if they exist. Please comment your own issue with those details if possible. 17 | 18 | [ 🆕 Propose a new feature request - aka issue for Infrastructure](https://github.com/ovh/infrastructure-roadmap/issues/new) 19 | 20 | Note : you can also create issues [regarding Public Cloud ecosystem here](https://github.com/ovh/public-cloud-roadmap/issues/new?assignees=&labels=&projects=&template=feature_request.md&title=) [regarding Hosted Private Cloud here ](https://github.com/ovh/private-cloud-roadmap/issues/new) 21 | or [regarding Security, Identity and Operations here ](https://github.com/ovh/management-security-operations-roadmap/issues/new) 22 | 23 | ## Notes/Disclaimer 24 | - New issues will be considered typically within a week and may be marked as **Aknowledged** if they align with our product strategy. 25 | - We regularly commit to new items on the backlog. "**Prioritized**" column means that the feature has been sized and is planned for the **next 3 to 12 months** 26 | - When these elements approach production, they are moved to "**Planned**". At that stage, specification are final, and the feature will be release usually in less than **3 months** 27 | - We will keep new features for a couple of months after their release in the "**Done**" column for follow-up. Note that most feature may also be considered "**Partially released**" if they are accessible under beta terms and/or miss UI or Terraform integration for example. 28 | - This public roadmap is purely indicative, and we may surprise you with additionnal strategic feature that we choose to keep confidential for some reasons. 29 | - We may delete any inappropriate content at any time. 30 | --------------------------------------------------------------------------------