mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
PageRegistration / PageMenuRegistration fixes & more simplification (#1386) * PageRegistration & PageMenuRegistration fixes & more simplification, fix #1383 Signed-off-by: Roman <ixrock@gmail.com> * clean up test, deprecate page.routePath Signed-off-by: Roman <ixrock@gmail.com> * fix: proper `isActive` state matching for page-menu-target to page considering current document location Signed-off-by: Roman <ixrock@gmail.com> set "allowJs" to false in tsconfig (#1377) - None of the .ts files include any of the .js files - All .js files are either passed to electron-builder or used as config files for other programs. Signed-off-by: Sebastian Malton <sebastian@malton.name> cleanup main side of metrics route for readability (#988) * cleanup main side of metrics route for readability * split out ??= for headers Signed-off-by: Sebastian Malton <sebastian@malton.name> Release v4.0.0-beta.3 (#1395) Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> Removed Advanced Topics bullet from Extension Development > Overview. Reworked content in Extension Development > Extension Capabilities, Extension Development > Testing and Publishing, and Contributing sections. Improved consistency throughout docs. Signed-off-by: Paul Williams <pawilliams@mirantis.com>
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
# Contributing
|
||
|
||
There are multiple ways you can contribute to Lens. Even if you are not a developer, you can still contribute. We are always looking for assistance with creating or updating documentation, testing the application, reporting, and troubleshooting issues.
|
||
|
||
Here are some ways you can contribute!
|
||
|
||
* [Development](./development.md) – Help make Lens better.
|
||
* [Maintaining the Project](./maintainers.md) – Become a community maintainer and help us maintain the project.
|
||
* [Extension Development](../extensions) – Add integrations via Lens Extensions.
|
||
* [Documentation](./documentation.md) – Help improve Lens documentation.
|
||
* [Promotion](./promotion.md) – Show your support, be an ambassador to Lens, write blogs, and make videos!
|
||
|
||
If you are an influencer, blogger, or journalist, feel free to [spread the word](./promotion.md)!
|
||
|
||
## Code of Conduct
|
||
|
||
This project adheres to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct. By participating and contributing to Lens, you are expected to uphold this code. Please report unacceptable behaviour to info@k8slens.dev.
|