Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.36 KB

File metadata and controls

51 lines (26 loc) · 2.36 KB

Contributing to Github Foundations Study Repository

Welcome to the GitHub Foundations study repository! We appreciate your interest in contributing to our project. Your contributions will help others prepare for and pass the GitHub Foundations exam!

Please read our Code of Conduct to ensure a respectful and inclusive community.

New Contributor Guide

Before you start, make sure to read the README for an overview of the project.

Getting Started

For information on writing markdown files, see "Using Markdown in GitHub Docs."

Issues

Creating a New Issue

If you find an issue with the study material, check if there's already an existing issue. If not, you can open a new one using the relevant issue template.

Solving an Issue

Browse through our existing issue to find one you'd like to work on. Feel free to open a pull request if you have a solution for an issue.

Making Changes

Fork the repo

You can make small changes like fixing typos, sentences, or broken links directly from any study page or directly include more related content. This takes you to writte everything in markdowns .md files.

In order to edit and create your markdown files you have to fork the repo, in order to create a copy in your Github account. Where you can make your changes and create a pull request for review.

Commit Your Update

Once you're satisfied with your changes, commit them.

Pull Request

When your changes are ready, create a pull request (PR).

  • Don't forget to link the PR to an issue if you're addressing one.
  • After you submit your PR, a team member will review it. We may request changes or additional information before merging your PR.
  • If changes are needed, you can apply them directly or make them in your fork and commit them to your branch.
  • As you update your PR and apply changes, mark each conversation as resolved

Your PR Is Merged!

In case your PR is merged your contributions will now be visible on the GitHub Foundations study repository.