mirror of https://github.com/artifacthub/hub.git
Add ROADMAP.md file (#3124)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
23a6af5c6f
commit
81814b4640
|
|
@ -85,6 +85,10 @@ The *changelog* is [available on Artifact Hub](https://artifacthub.io/packages/h
|
||||||
|
|
||||||
This project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
|
This project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
|
||||||
|
|
||||||
|
## Roadmap
|
||||||
|
|
||||||
|
Please see [ROADMAP.md](./ROADMAP.md) for more details.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
To report a security problem in Artifact Hub, please contact the Maintainers Team at <cncf-artifacthub-maintainers@lists.cncf.io>. Please see [SECURITY.md](./SECURITY.md) for more details.
|
To report a security problem in Artifact Hub, please contact the Maintainers Team at <cncf-artifacthub-maintainers@lists.cncf.io>. Please see [SECURITY.md](./SECURITY.md) for more details.
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Roadmap
|
||||||
|
|
||||||
|
At a high level the roadmap is focused on the following 3 categories:
|
||||||
|
|
||||||
|
- Add **support for more Cloud Native artifacts** from CNCF projects
|
||||||
|
- **Improve documentation** to consolidate useful information spread across issues, discussions and Slack conversations
|
||||||
|
- Continue to **improve users' experience** to make it easier to find artifacts and explore their content
|
||||||
|
|
||||||
|
Changes in these categories happen in an agile manner with constant development but without having a long backlog.
|
||||||
Loading…
Reference in New Issue