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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Contributing
2
2
3
3
## How can I contribute?
4
-
- Fix a bug you found or already reported on the [GitHub Issues Tracker](https://github.com/techlab/SmartWizard/issues/).
4
+
- Fix a bug you found or already reported on the [GitHub Issues Tracker](https://github.com/techlab/jquery-smartwizard/issues/).
5
5
- Add new features to the project.
6
6
- Create new themes
7
7
- Add new test cases.
@@ -12,7 +12,7 @@
12
12
## How to contribute code?
13
13
Here are the basic steps to get started contributing code:
14
14
15
-
1. Fork the [repo](https://github.com/techlab/SmartWizard/) and get development running on your computer.
15
+
1. Fork the [repo](https://github.com/techlab/jquery-smartwizard/) and get development running on your computer.
16
16
2. Install gulp and karma `npm install gulp-cli karma-cli -g`
17
17
3. Install the npm development dependencies by the command `npm install` on the project folder (Should have NodeJS installed).
18
18
4. Replicate the issue you're trying to fix or spec out the feature you're trying to add.
@@ -22,7 +22,7 @@ Here are the basic steps to get started contributing code:
22
22
8. Run the test cases by running `npm test` or `gulp test`, you can also add more test cases based on your new change.
23
23
9. Verify that your fix or feature works.
24
24
10. Commit your changes with an informative description.
25
-
11. Open a pull request to the [dev](https://github.com/techlab/SmartWizard/tree/dev) branch of the [repo](https://github.com/techlab/SmartWizard/) with your new commit and a descriptive message about what the PR does.
25
+
11. Open a pull request to the [dev](https://github.com/techlab/jquery-smartwizard/tree/dev) branch of the [repo](https://github.com/techlab/jquery-smartwizard/) with your new commit and a descriptive message about what the PR does.
26
26
27
27
Thank you for your contribution!
28
28
@@ -39,8 +39,8 @@ Before reporting the bug, please make sure that the bug is in the project and no
39
39
#### Try the latest version
40
40
Bugs in the older versions of the project may have already been fixed.
41
41
In order to avoid reporting known issues, make sure you are always testing against the latest release.
42
-
Also make sure the problem hasn't already been reported on the [GitHub Issues Tracker](https://github.com/techlab/SmartWizard/issues/).
42
+
Also make sure the problem hasn't already been reported on the [GitHub Issues Tracker](https://github.com/techlab/jquery-smartwizard/issues/).
43
43
If not, create a new issue there and include your test case.
44
44
45
45
## Contributors
46
-
Million thanks to all our [Code Contributors](https://github.com/techlab/SmartWizard/graphs/contributors) and Supporters.
46
+
Million thanks to all our [Code Contributors](https://github.com/techlab/jquery-smartwizard/graphs/contributors) and Supporters.
[](https://www.paypal.me/dipuraj)
9
9
10
-
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 4 support, themes, customizable toolbars, customizable options, public methods, event support and a lot more.
0 commit comments