mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
docs: update contributing
This commit is contained in:
parent
7706b28200
commit
21f01fc3b3
1 changed files with 8 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
|||
# Contributing
|
||||
|
||||
Note: before submitting a pull request (PR), it is recommended to first [file an issue](https://github.com/IBM/carbon-components-svelte/issues).
|
||||
Before submitting a pull request (PR), consider [filing an issue](https://github.com/IBM/carbon-components-svelte/issues) to gain clarity and direction.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
This project requires Node.js (version 12 or greater) and Yarn (version 1 or greater).
|
||||
|
||||
- [Node.js](https://nodejs.org/en/download/package-manager/)
|
||||
- [Node.js](https://nodejs.org/en/download/package-manager/) (version >=12)
|
||||
- [Yarn](https://classic.yarnpkg.com/en/docs/install)
|
||||
|
||||
## Project set-up
|
||||
|
@ -65,6 +63,12 @@ If linked correctly, any change to a component in the `src` folder should be ref
|
|||
|
||||
## Development workflow
|
||||
|
||||
Create a topic branch from `master`. Keep your PR focused and branch up-to-date with upstream `master`.
|
||||
|
||||
```sh
|
||||
git checkout -b new-feature
|
||||
```
|
||||
|
||||
Preview changes to components from the `src` folder in the documentation website located in `docs/`.
|
||||
|
||||
In the `docs` folder, run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue