codersconscious.com is a dynamic blog with articles,reviews and tutorials in relation to web development. We value keeping in the know. Topics expand from beginner to adavanced level content, up to date News and Reviews.
We expect contributors to abide by our underlying [code of conduct]. All conversations and discussions on GitHub (issues, pull requests) and across coderconscious.com must be respectful and harassment-free.
- Fork the project & clone locally. Follow the initial setup here.
- Create a branch, naming it either a feature or bug:
git checkout -b feature/that-new-feature
orbug/fixing-that-bug
- Code and commit your changes. Bonus points if you write a good commit message:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/that-new-feature
- Create a pull request for your branch 🎉
The project is open-sourced software licensed under the MIT license.