Skip to content
Zach Whaley edited this page Mar 22, 2018 · 3 revisions

Find the Greyhound's file

From the repository's home page open the link to the _greyhounds folder, or click this link.

Each Greyhound has a .md file in this folder with their name, e.g. Abby's file is abby.md. Find and open the file for the Greyhound.

You can also use GitHub's file search feature by clicking the "Find File" button from the repository's home page, or by clicking this link, and typing the Greyhound's name in the search bar.

Edit the Greyhound's file

Once the Greyhound's file has been opened, find and click the pencil icon to edit the file.

GitHub help instructions here.

Type or paste the Greyhound's bio under the file's existing block of text.

E.g.

---
layout: greyhound
title: Abby
date: 2018-02-27
category: available
sex: female
dob: 2011-11-26
color: fawn
pic: abby.jpg
cats: yes
---

<-- Bio goes HERE -->

Save and submit changes

After entering the Greyhound's bio, scroll down to the bottom of the page. There should be a section called "Commit Changes". Change the option in that section from "Commit directly to the source branch." to "Create a new branch for this commit and start a pull request.", then press the "Propose file change" button.

GitHub help instructions here.

Done!