github.com/kubeshop/testkube@v1.17.23/DESIGN.md (about) 1 # Testkube Design Guidelines & Resources 2 3 A collection of design contribution guidelines and resources for Testkube. 4 5 > **All participating designers are highly encouraged to shape and evolve these guidelines!** 6 7 ## 👋 Welcome 8 9 We're glad you're looking to contribute ideas and design efforts to Testkube! 10 11 Testkube is the Kubernetes-native testing framework for testers and developers. We aim to simplify Tester's life by decoupling testing from CI/CD for improved test execution pipelines and faster runtimes. 12 13 Testkube consists of 3 different parts. 14 1. The API 15 2. The CLI 16 3. The Frontend Application 17 18 **You can always try our latest version live over here: https://demo.testkube.io** 19 20 ## 🚢 How to contribute design 21 22 1. Check out open [issues](https://github.com/kubeshop/testkube/issues) here on GitHub (we tend to label them with `🚨 needs-ux`). 23 2. Feel free to open an issue on your own if you find something you would like to contribute to the project and use the `idea 💡` label for it. 24 3. Clone the public Figma files or create new ones and share them publicly. 25 4. Add your contributions to an issue and we promise we will review your contribution carefully and foster discussions around it. 26 27 **We encourage you to:** 28 29 - Get in touch with the team by starting a discussion on [GitHub](https://github.com/kubeshop/testkube/issues) or on our [Slack Channel](https://testkubeworkspace.slack.com/join/shared_invite/zt-2arhz5vmu-U2r3WZ69iPya5Fw0hMhRDg#/shared-invite/email). 30 - Check out our [Contributor Guide](https://github.com/kubeshop/testkube/blob/main/CONTRIBUTING.md) and 31 [Code of Conduct](https://github.com/kubeshop/testkube/blob/main/CODE_OF_CONDUCT.md). 32 33 ## 🎠Target Audience 34 35 Since we are creating a product for Testers and Developers our target audience is pretty straight forward. Sometimes wo do also like to include DevOps people into our considerations. 36 37 ## 💅 Design Relevant Materials 38 39 We currently aim to to build a more comprehensive Design System which will also include some guidance on Component usage, Wording, and Patterns. 40 41 For now – here is a list of design relevant information and materials: 42 43 44 ### Fonts & Colors 45 46 Fonts and Color Palettes can be found as design tokens and predefined styles in the Figma files listed below. 47 48 49 ### Design Files, Screenshots, etc 50 51 Our main Design file including all tokens can be found here: 52 https://www.figma.com/file/asfUPepLHtyutWWR0pNGfK/Testkube-V2?t=CBjcXzIKoEcG2AGJ-6 53 54 We also have a dedicated Figma file for the CLI: 55 https://www.figma.com/file/59vZTaJ6O2wTk0Qyqh2IJJ/Testkube-CLI?t=CBjcXzIKoEcG2AGJ-6 56 57 ## 🎓 License 58 59 All design work is licensed under [MIT](https://mit-license.org/). 60 61 [(Back to top)](#-table-of-contents)