Skip to content

Commit

Permalink
docs: update typos in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
yea he copied his guide from kanri 💀
  • Loading branch information
Vexcited authored Aug 1, 2024
1 parent 25a7631 commit c81f2a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing to Stein
Thank you for showing interest into contributing to Stein! First off, some general information:
Kanri is written in TypeScript and is licensed under the MIT license. The landing page and docs site use Next.js and Fumadocs and [can be found here](https://stein.js.org). The documentation is still a big work in progress and if you would like to help, please reach out!
Stein is written in TypeScript and is licensed under the MIT license. The landing page and docs site use Next.js and Fumadocs and [can be found here](https://stein.js.org). The documentation is still a big work in progress and if you would like to help, please reach out!


## Here’s the process for contributing to Kanri
## Here’s the process for contributing to Stein
* Fork the Stein repository, and clone it locally on your development machine.
* Find issues that are up for grabs in GitHub or look at the things that are todo or work in progress in the roadmap (projects tab). Comment to let everyone know you’re working on it and let a core contributor assign the issue to you. If there’s no issue for what you want to work on, you are free to continue with your changes but consider opening an issue or a discussion to make sure what you want to add is in line with the project vision.
* Make sure you have the Biome extension added to your code editor to ensure uniform code formatting.
Expand All @@ -29,4 +29,4 @@ If you need to lint everything, you can run `pnpm lint`.
## Versioning

Run `pnpm changeset` to create a new changeset. This will prompt you to select the packages you want to bump and the type of bump you want to apply.
```
```

0 comments on commit c81f2a5

Please sign in to comment.