Wireframes, README files and Git Branches

In this website your will learn what they are, how to use them and why they are helpful

An image of a README.md file that reads 'README'

What is the purpose of a README file?

README Files are a common way to document the contents and structure of a folder and/or a dataset so that a researcher can locate the information they need. Data documentation can be maintained in a variety of forms. Explore additional Documentation & Metadata practices.

Read more
An picture showing an example wireframe for a desktop and mobile versions of a website

What is the purpose of a wireframe?

Wireframes are a visual guide to what a product should look like. Their main goal is to create an app or site that delivers a cohesive and well-designed experience. They are also a great way to ensure that every element in a UI has a purpose.

Read more
An example of a branch workflow on github

What is a branch in Git?

In Git, branches are a part of your everyday development process. Git branches are effectively a pointer to a snapshot of your changes. When you want to add a new feature or fix a bug—no matter how big or how small—you spawn a new branch to encapsulate your changes.

Read more