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: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -80,4 +80,15 @@ class Auth extends CI_Controller
80
80
}
81
81
```
82
82
83
-
If all goes well you should see a dump of user data and have `$token` available. If all does not go well you'll likely have a bunch of errors on your screen.
83
+
If all goes well you should see a dump of user data and have `$token` available. If all does not go well you'll likely have a bunch of errors on your screen.
84
+
85
+
Contribute
86
+
----------
87
+
88
+
1. Check for open issues or open a new issue for a feature request or a bug
89
+
2. Fork [the repository][] on Github to start making your changes to the
90
+
`develop` branch (or branch off of it)
91
+
3. Write a test which shows that the bug was fixed or that the feature works as expected
92
+
4. Send a pull request and bug me until I merge it
0 commit comments