Using Pull Requests

Pull Request Tutorial What is a Pull Request? From Github’s Using Pull Requests Page > Pull requests let you tell others about changes you’ve pushed to a GitHub repository. Once a pull request is sent, interested parties can review the...

3 Bits for a Great Bug Report

Every good bug report needs exactly three things: Steps to reproduce the bug What you expected to see What you saw instead Seems easy, right? Maybe not. First thing you must do is explain the steps to reproduce the bug....

Inspire Me

Design in any web project can be a long and arduous process. Here’s a collection of links to help you. Enjoy! Concept These sites are good to get a general idea of possible layouts and style paths to take. TheBestDesigns...

Stop Typing and Save Time

In a regular day, most of us type the same things over and over again, wasting an enormous amount of time in the process. Why not let your computer do some of that work for you? That’s where text expansion...

Semantic Versioning

Semantic Versioning 2.0.0 Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes. Additional labels for...