Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (38 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

57 lines (38 loc) · 1.58 KB

Contributing

Check out ways to contribute to storybook-builder-wds:

Feature requests

When you have an idea on how we could improve, please check our issues and [discussions](https://github.com/bashmish/storybook-builder-wds/discussions to see if there are similar ideas or feature requests. If there are none, please start your feature request as a new discussion topic. Add the title [Feature Request] My awesome feature and a description of what you expect from the improvement and what the use case is.

Existing components: we love pull requests ♥

Help out by sending your pull requests and issues. Check out how to set it up:

Setup:

# Clone the repo:
git clone https://github.com/bashmish/storybook-builder-wds
cd storybook-builder-wds

# Install dependencies
npm install

# Create a branch for your changes
git checkout -b fix/contribution

Make sure everything works as expected:

# Linting
npm run lint

# Build
npm run build

Create a Pull Request:

# add fork to your remotes
git remote add fork git@github.com:<your-user>/storybook-builder-wds.git

# push new branch to your fork
git push -u fork fix/contribution
  • Go to your fork and create a Pull Request :).

Some things that will increase the chance that your pull request is accepted: