A repo to be used demoing various git & GitHub features in the Chingu Roundtables.
This uses a simple Celcius to Fahrenheit conversion to demon-strate how to effectively work in a team with git and GitHub. This is simple by design since we what to show how to use git and GitHub rather than producing a true app.
Here's a simple example of how to create a graph in a Markdown file
graph TD;
Lalala-->Bebebebe;
OOOoo-->Zzzzz;
B-->D;
C-->D;
Commit messages are important because they are so useful when resolving issues that may come up after the PR is merged. Always make sure you create a summary of the changes you've made in your commit message.
What do you think about this?