Skip to content

Commit 93bb56f

Browse files
authored
Merge pull request #3 from prodkt/next
clear designation sparkstack from shadcn
2 parents fe4851c + 46d4710 commit 93bb56f

File tree

27 files changed

+503
-304
lines changed

27 files changed

+503
-304
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
id: components-affected
2828
attributes:
2929
label: Affected component/components
30-
description: Which shadcn/ui components are affected?
30+
description: Which prodkt/sparkstack components are affected?
3131
placeholder: ex. Button, Checkbox...
3232
validations:
3333
required: true

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for your interest in contributing to ui.shadcn.com. We're happy to have you here.
3+
Thanks for your interest in contributing to sparkstack.prodkt.cloud. We're happy to have you here.
44

55
Please take a moment to review this document before submitting your first pull request. We also strongly recommend that you check for open issues and pull requests to see if someone else is working on something similar.
66

@@ -79,7 +79,7 @@ You can use the `pnpm --filter=[WORKSPACE]` command to start the development pro
7979

8080
#### Examples
8181

82-
1. To run the `ui.shadcn.com` website:
82+
1. To run the `sparkstack.prodkt.cloud` website:
8383

8484
```bash
8585
pnpm --filter=www dev
@@ -196,7 +196,7 @@ If you have a request for a new component, please open a discussion on GitHub. W
196196

197197
## CLI
198198

199-
The `shadcn-ui` package is a CLI for adding components to your project. You can find the documentation for the CLI [here](https://ui.shadcn.com/docs/cli).
199+
The `shadcn-ui` package is a CLI for adding components to your project. You can find the documentation for the CLI [here](https://sparkstack.prodkt.cloud/docs/cli).
200200

201201
Any changes to the CLI should be made in the `packages/cli` directory. If you can, it would be great if you could add tests for your changes.
202202

0 commit comments

Comments
 (0)