Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# CODEOWNERS for Ruma UI Monorepo
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-codeowners

# Default global codeowners for the entire repository
* @ranitmanik @ruma-ui/maintainers

# Core UI Components & Design System
/ui/ @ranitmanik @ruma-ui/core-team
/ui/src/components/ @ranitmanik @ruma-ui/core-team
/ui/src/styles/ @ranitmanik @ruma-ui/design-system

# CI/CD Workflows & GitHub Configuration
/.github/ @ranitmanik @ruma-ui/devops
/.github/workflows/ @ranitmanik @ruma-ui/devops

# Monorepo Scripts & Tools
/scripts/ @ranitmanik @ruma-ui/devops
/tools/ @ranitmanik @ruma-ui/devops
/package.json @ranitmanik @ruma-ui/maintainers
/pnpm-workspace.yaml @ranitmanik @ruma-ui/maintainers
/nx.json @ranitmanik @ruma-ui/maintainers

# Community Standards & Documentation
/README.md @ranitmanik @ruma-ui/docs
/CONTRIBUTING.md @ranitmanik @ruma-ui/docs
/CODE_OF_CONDUCT.md @ranitmanik @ruma-ui/docs
/SECURITY.md @ranitmanik @ruma-ui/docs
/SUPPORT.md @ranitmanik @ruma-ui/docs
/GOVERNANCE.md @ranitmanik @ruma-ui/docs
/LICENSE @ranitmanik @ruma-ui/docs
35 changes: 35 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Getting Support for Ruma UI

Thank you for using **Ruma UI**! This document outlines how to ask questions, report issues, and get help from the community and core maintainers.

---

## 1. Documentation & Storybook

Before opening an issue, check the available resources:

- **Component Docs & API Reference**: [https://ruma-ui.dev](https://ruma-ui.dev)
- **Interactive Storybook**: Explore all 49+ components locally via `npm run storybook` or online at [https://storybook.ruma-ui.dev](https://storybook.ruma-ui.dev).
- **GitHub Repository**: Search existing issues and pull requests at [github.com/ruma-ui/ui](https://github.com/ruma-ui/ui).

---

## 2. Asking Questions & Discussions

If you have usage questions, need architectural advice, or want to showcase a project built with Ruma UI:

- **GitHub Discussions**: Open a Q&A thread in [GitHub Discussions](https://github.com/ruma-ui/ui/discussions).
- **Community Chat**: Join our community chat server to connect with maintainers and fellow developers.

---

## 3. Reporting Bugs & Feature Requests

- **Bug Reports**: If you've identified a bug or unexpected component behavior, please submit a detailed bug report using our [Bug Report Template](https://github.com/ruma-ui/ui/issues/new?template=bug_report.yml).
- **Feature Requests**: Have an idea for a new component or prop enhancement? Submit a proposal using our [Feature Request Template](https://github.com/ruma-ui/ui/issues/new?template=feature_request.yml).

---

## 4. Security Vulnerabilities

Please **do not** report security vulnerabilities via public GitHub issues. Refer to our [SECURITY.md](SECURITY.md) policy for confidential reporting details.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pnpm run storybook:build

- name: Publish to Chromatic
uses: chromaui/action@v13
uses: chromaui/action@v18
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down
11 changes: 11 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cff-version: 1.2.0
message: "If you use Ruma UI in your research or software projects, please cite it as below."
authors:
- family-names: "Manik"
given-names: "Ranit"
alias: "ranitmanik"
title: "Ruma UI: Production-Ready Modern React Component Library"
version: 1.0.0-alpha.4
date-released: 2026-08-05
url: "https://github.com/ruma-ui/ui"
license: MIT
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Ruma UI

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@size-limit/preset-big-lib": "^11.2.0",
"@storybook/addon-a11y": "^10.4.6",
"@storybook/addon-docs": "10.4.6",
"@storybook/react-vite": "10.4.6",
"@storybook/addon-a11y": "^10.5.6",
"@storybook/addon-docs": "10.5.6",
"@storybook/react-vite": "10.5.6",
"@swc-node/core": "^1.14.1",
"@swc-node/register": "~1.11.1",
"@swc/cli": "0.8.1",
Expand Down Expand Up @@ -140,7 +140,7 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "^10.4.6",
"eslint-plugin-storybook": "^10.5.6",
"execa": "^10.0.0",
"husky": "^9.1.7",
"jest": "30.3.0",
Expand All @@ -160,7 +160,7 @@
"rollup-plugin-visualizer": "^6.0.3",
"semantic-release": "^24.2.9",
"size-limit": "^11.2.0",
"storybook": "10.4.6",
"storybook": "10.5.6",
"tailwindcss": "4.1.14",
"ts-jest": "^29.4.4",
"ts-node": "10.9.2",
Expand Down
Loading
Loading