You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open your favourite browser on `localhost:8000` - livereload will be enabled and tests will run on each change.
20
+
21
+
### Guidelines
22
+
- Make sure your editor support [editorConfig](http://editorconfig.org/) so the code formatting is consistent;
23
+
- Add a descriptive commit message;
24
+
- Add tests to cover your changes;
25
+
- If needed, add a story (storybook);
26
+
- DO NOT change files in the /lib folder;
27
+
28
+
29
+
## Raising issues
30
+
When raising an issue, please add as much details as possible. Screenshots, video recordings, or anything else that can make it easier to reproduce the bug you are reporting.
31
+
32
+
* A new option is to create a code pen with the code that causes the bug. Fork this [base pen](https://codepen.io/leandrowd/pen/xLvOPd) and add your code there. Don't forget to save and add the link for the pen to the issue.
Copy file name to clipboardExpand all lines: README.md
+23-10Lines changed: 23 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -29,20 +29,22 @@ Powerful, lightweight and fully customizable carousel component for React apps.
29
29
30
30
Check it out these [cool demos](http://react-responsive-carousel.js.org/storybook/) created using [storybook](https://getstorybook.io/). The source code for each example is available [here](https://github.com/leandrowd/react-responsive-carousel/blob/master/stories/index.js)
31
31
32
+
Customize it yourself <https://codepen.io/leandrowd/pen/xLvOPd>
Feel free to submit a PR or raise issues. When submitting a PR, please:
102
-
- add the required tests and an example of usage to `stories/index.js`
103
-
- don't submit changes to the `/lib` folder as it will be generated again after the merge.
104
-
- ensure you have the editorConfig plugin or the same code style settings as defined in `.editorConfig` to avoid excess of spaces in diffs
104
+
Check the [contributing guide](https://github.com/leandrowd/react-responsive-carousel/blob/master/CONTRIBUTING.md)
105
+
106
+
=======================
107
+
108
+
### Raising issues
109
+
When raising an issue, please add as much details as possible. Screenshots, video recordings, or anything else that can make it easier to reproduce the bug you are reporting.
110
+
111
+
* A new option is to create a code pen with the code that causes the bug. Fork this [base pen](https://codepen.io/leandrowd/pen/xLvOPd) and add your code there. Don't forget to save and add the link for the pen to the issue.
105
112
106
113
=======================
107
114
@@ -138,6 +145,12 @@ Feel free to submit a PR or raise issues. When submitting a PR, please:
0 commit comments