Illustration showing a README file on a computer screen

What is the purpose of a README file?

The README file introduces and explains a project. It includes setup instructions, usage information, and other helpful context for contributors.

Learn More about README files
Wireframe sketch of a web page layout

What is the purpose of a wireframe?

A wireframe is a visual guide for laying out a web page or app. It helps plan the structure and user interface before design and development begin.

Explore Wireframes for web design
Diagram showing Git branches and merges

What is a branch in Git?

A Git branch allows you to work on features or fixes independently. It keeps your main codebase safe while you make changes or add new functionality.

Understand Git Branches with Atlassian guide