update slug and file name

This commit is contained in:
Angelica Gonzalez
2017-09-14 20:16:42 -07:00
committed by GitHub
parent fd62cddd8d
commit 75d78c0e69

View File

@@ -1,7 +1,7 @@
---
title: First Timers Bot
description: A friendly bot that helps with onboarding new Open Source Contributors
slug: first-timers-bot
slug: first-timers
screenshots:
- https://raw.githubusercontent.com/hoodiehq/first-timers-bot/master/assets/Issue-Done.png
authors: [ agonzalez0515, Techforchange ]
@@ -22,7 +22,7 @@ Creating what we call [starter issues](http://hood.ie/blog/starter-issues.html)
### 💡💥❓ How things work
Say Im a Hoodie contributor and find a typo somewhere. Instead of fixing the issue directly in the master branch or creating a pull request which is time-consuming, I can simply create a new branch that is called something like _first-timers-only-typo-in-title._ GitHub will then notify the **First Timers Bot** about the new branch using Webhooks. The bot is listening to any new branch starting with **first-timers-only** and it will create a new issue on your repo. It is currently setup to the Hoodie repo with a template and assigns the first-timers-only and up-for-grabs labels but can be modified by the developer. The commit body can be used to add some context information and if left empty, the 🤔 **What you will need to know** section of the issue will simply say "Nothing :)".
Say Im a Hoodie contributor and find a typo somewhere. Instead of fixing the issue directly in the master branch or creating a pull request which is time-consuming, I can simply create a new branch that is called something like _first-timers-typo-in-title._ GitHub will then notify the **First Timers Bot** about the new branch using Webhooks. The bot is listening to any new branch starting with **first-timers** and it will create a new issue on your repo. The commit body can be used to add some context information and if left empty, the 🤔 **What you will need to know** section of the issue will simply say "Nothing :)".
### 😮🙌👀🎉 Use Our Bot!