Skip to content

Commit

Permalink
build: rename master branch to main (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Jan 11, 2023
1 parent 5f0287f commit ac98dcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
"on":
push:
branches:
- master
- main
pull_request:
types:
- opened
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# first-timers-bot

[![Build Status](https://github.com/first-timers/app/workflows/Test/badge.svg)](https://github.com/first-timers/app/actions?query=workflow%3ATest+branch%3Amaster) [![Uptime Robot status](https://img.shields.io/uptimerobot/status/m779426128-6b6e81ed8dc987db17d4cad2.svg)](https://stats.uptimerobot.com/LZ40Lcoj4)
[![Build Status](https://github.com/first-timers/app/workflows/Test/badge.svg)](https://github.com/first-timers/app/actions?query=workflow%3ATest+branch%3Amain) [![Uptime Robot status](https://img.shields.io/uptimerobot/status/m779426128-6b6e81ed8dc987db17d4cad2.svg)](https://stats.uptimerobot.com/LZ40Lcoj4)

### 🐶🎯⛳ The Motivation

Expand All @@ -12,7 +12,7 @@ Creating what we call [starter issues](http://hood.ie/blog/starter-issues.html)

### 💡💥❓ How Things Work

Say I’m 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-** 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 :)".
Say I’m a Hoodie contributor and find a typo somewhere. Instead of fixing the issue directly in the repository's default 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-** 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!

Expand Down Expand Up @@ -78,7 +78,7 @@ The following placeholders are supported in the template and will be replaced up

**Configuration Example** 🖥 💯

Our `first-timers/app` repository’s [`.github/first-timers.yml`](https://github.com/first-timers/app/blob/master/.github/first-timers.yml) file is using `hoodiehq/camp` repository’s [`.github/FIRST_TIMERS_ISSUE_TEMPLATE.md`](https://github.com/hoodiehq/camp/blob/gh-pages/.github/FIRST_TIMERS_ISSUE_TEMPLATE.md) file as a template to create an issue such as this one: https://github.com/hoodiehq/camp/issues/126.
Our `first-timers/app` repository’s [`.github/first-timers.yml`](https://github.com/first-timers/app/blob/main/.github/first-timers.yml) file is using `hoodiehq/camp` repository’s [`.github/FIRST_TIMERS_ISSUE_TEMPLATE.md`](https://github.com/hoodiehq/camp/blob/gh-pages/.github/FIRST_TIMERS_ISSUE_TEMPLATE.md) file as a template to create an issue such as this one: https://github.com/hoodiehq/camp/issues/126.

### Server Status

Expand Down
6 changes: 3 additions & 3 deletions README.pt_br.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# first-timers-bot

[![Build Status](https://github.com/first-timers/app/workflows/Test/badge.svg)](https://github.com/first-timers/app/actions?query=workflow%3ATest+branch%3Amaster) [![Uptime Robot status](https://img.shields.io/uptimerobot/status/m779426128-6b6e81ed8dc987db17d4cad2.svg)](https://stats.uptimerobot.com/LZ40Lcoj4)
[![Build Status](https://github.com/first-timers/app/workflows/Test/badge.svg)](https://github.com/first-timers/app/actions?query=workflow%3ATest+branch%3Amain) [![Uptime Robot status](https://img.shields.io/uptimerobot/status/m779426128-6b6e81ed8dc987db17d4cad2.svg)](https://stats.uptimerobot.com/LZ40Lcoj4)

### 🐶🎯⛳ A Motivação

Expand All @@ -12,7 +12,7 @@ Criar o que chamamos de [issues iniciais](http://hood.ie/blog/starter-issues.htm

### 💡💥❓ Como funciona

Digamos que eu seja um contribuidor da Hoodie e encontrei um erro de digitação em algum lugar. Ao invés de corrigir a issue diretamente na branch master ou perder tempo criando um pull request, eu posso simplesmente criar uma nova branch e chamá-la de algo como _first-timers-only-erro-digitacao-no-titulo._ O GitHub irá notificar o **First Timers Bot** sobre a nova branch usando Webhooks. O bot fica de olho em qualquer nova branch que comece com **first-timers-** e criará uma nova issue no seu repositório. O campo commit pode ser usado para contextualizar e adicionar informações e se deixado vazio, a seção 🤔 **What you will need to know** simplesmente exibirá "Nothing :)".
Digamos que eu seja um contribuidor da Hoodie e encontrei um erro de digitação em algum lugar. Ao invés de corrigir a issue diretamente na branch main ou perder tempo criando um pull request, eu posso simplesmente criar uma nova branch e chamá-la de algo como _first-timers-only-erro-digitacao-no-titulo._ O GitHub irá notificar o **First Timers Bot** sobre a nova branch usando Webhooks. O bot fica de olho em qualquer nova branch que comece com **first-timers-** e criará uma nova issue no seu repositório. O campo commit pode ser usado para contextualizar e adicionar informações e se deixado vazio, a seção 🤔 **What you will need to know** simplesmente exibirá "Nothing :)".

### 😮🙌👀🎉 Use Nosso Bot!

Expand Down Expand Up @@ -67,7 +67,7 @@ repository: repo-name
**Exemplo de Configuração** 🖥 💯
Nosso arquivo [`.github/first-timers.yml`](https://github.com/first-timers/app/blob/master/.github/first-timers.yml) do repositório `first-timers/app` está usando o arquivo [`.github/FIRST_TIMERS_ISSUE_TEMPLATE.md`](https://github.com/hoodiehq/camp/blob/gh-pages/.github/FIRST_TIMERS_ISSUE_TEMPLATE.md) do repositório `hoodiehq/camp` como template para criar uma issue como essa: https://github.com/hoodiehq/camp/issues/126.
Nosso arquivo [`.github/first-timers.yml`](https://github.com/first-timers/app/blob/main/.github/first-timers.yml) do repositório `first-timers/app` está usando o arquivo [`.github/FIRST_TIMERS_ISSUE_TEMPLATE.md`](https://github.com/hoodiehq/camp/blob/gh-pages/.github/FIRST_TIMERS_ISSUE_TEMPLATE.md) do repositório `hoodiehq/camp` como template para criar uma issue como essa: https://github.com/hoodiehq/camp/issues/126.

### Status do Servidor

Expand Down

0 comments on commit ac98dcd

Please sign in to comment.