Contributors backers tracker is a repository that keeps track of all Codeuino's contributors.
We understand the feeling of beingn part of something and being publicly noticed. So contributors-backers-tracker is a Project created and maintained by Conduino to display all contributors to Codeuino's Projects.
A Standard code format will help others contributing to this project Example:
jQuery.('.class').on('ready', function(event) {
event.preventDefault();
var output;
output = jQuery.(this).val();
console.log(output);
});
Built with
Display Icon of All Contributors
var token = "******************************";
$.get("https://api.github.com/user?access_token="+token, function(data, status) {
console.log(data);
});
You can contribute by reviewing code and opening issues ticket as a tester, and as a developer visit issues and try to render solutions to open issues. A Guidelines.
MIT © Precious Tom