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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,22 @@
4
4
- Fix a bug you found or already reported on the [GitHub Issues Tracker](https://github.com/techlab/SmartWizard/issues/).
5
5
- Add new features to the project.
6
6
- Add new test cases.
7
-
- Add documentation
8
-
- Add a demo page
9
-
-[Donate](https://www.paypal.me/dipuraj) money for the project on [Paypal](https://www.paypal.me/dipuraj)
7
+
- Add documentation.
8
+
- Add a demo page.
9
+
-[Donate](https://www.paypal.me/dipuraj) money for the project on [](https://www.paypal.me/dipuraj).
10
10
11
-
## How to contribute code
12
-
Here are the basic steps to get started contributing:
11
+
## How to contribute code?
12
+
Here are the basic steps to get started contributing code:
13
13
14
14
1. Fork the [repo](https://github.com/techlab/SmartWizard/) and get development running on your computer.
15
-
2. Replicate the issue you're trying to fix or spec out the feature you're trying to add.
16
-
3. Change the code to fix the bug or add the feature. All changes should happen in the relevant `src/js/*.js` and `src/css/*.css` files.
17
-
4. Build the code by running `npm run build` or `gulp build`
18
-
5. Run the test cases by running `npm test` or `gulp test`, you can also add more test cases based on your new change.
19
-
6. Verify that your fix or feature works.
20
-
7. Commit your changes with an informative description
21
-
8. Open a pull request to the [repo](https://github.com/techlab/SmartWizard/) with your new commit and a descriptive message about what the PR does.
15
+
2. Install the npm development dependencies by the command `npm install` on the project folder (Assumes you already have NodeJS installed).
16
+
3. Replicate the issue you're trying to fix or spec out the feature you're trying to add.
17
+
4. Change the code to fix the bug or add the feature. All changes should happen in the relevant `src/js/*.js` and `src/css/*.css` files.
18
+
5. Build the code by running `npm run build` or `gulp build`.
19
+
6. Run the test cases by running `npm test` or `gulp test`, you can also add more test cases based on your new change.
20
+
7. Verify that your fix or feature works.
21
+
8. Commit your changes with an informative description.
22
+
9. Open a pull request to the [repo](https://github.com/techlab/SmartWizard/) with your new commit and a descriptive message about what the PR does.
22
23
23
24
## Reporting bugs
24
25
### Make sure it is a bug related to this project
@@ -33,4 +34,5 @@ If not, create a new issue there and include your test case.
33
34
### Notes for pull request
34
35
- Follow the same code style as the library.
35
36
- Run the test suites in the `test` directory first by running `npm test` or `gulp test`.
[](https://www.paypal.me/dipuraj)
10
11
11
12
Smart Wizard is a flexible and heavily customizable **jQuery step wizard plugin** with **Bootstrap** support. It is easy to implement and gives a neat and stylish interface for your forms, checkout screen, registration steps etc. Based on the feedback from our users over the past years we have come up with the **best ever built jQuery wizard plugin of all time**, All new Smart Wizard 4. The plugin is been completely rewritten from scratch, made it more powerful, robust, scalable and customizable. We have added a lot of features not limited to Bootstrap support, themes, customizable toolbars, customizable options, public methods, event support and a lot more. See the list of [features](http://techlaboratory.net/smartwizard#features), [demos](http://techlaboratory.net/smartwizard/demo) and [documentation](http://techlaboratory.net/smartwizard/documentation) for more details.
0 commit comments