Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/community/2016 fabi #32557

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Crie um relatório para nos ajudar a melhorar
title: "[BUG]"
labels: bug, Community challenge
labels: bug
assignees: ''

---
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/community-challenge.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Community Challenge
about: Crie uma issue sobre o Desafio proposto a comunidade
title: "[DESAFIO]"
labels: 'community challenge'
about: Crie uma issue sobre o Desafio proposto à comunidade
title: ''
labels: community challenge
assignees: ''

---

*Tem alguma sugestão para quem for fazer o Desafio? Por favor descreva.*
Prestar muito a atenção pois é um conteúdo complicado porém muito legal de se aprender.
Uma descrição do que pode ser feito.

*Descreva como você realizou o seu*
Olhando a explicação e replicando.
Uma descrição sobre como você fez o meu

*Links úteis*
- N/A
-[Nome do Link](URL)
29 changes: 29 additions & 0 deletions 2016Fabi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Fabiana Marques Penteado
## Desenvolvedora Java e Angular

## Conecte-se comigo
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/fabiana-penteado-005a8241/)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/2016Fabi)

## Habilidades
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)
![Angular](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white)
![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![Bootstrap](https://img.shields.io/badge/-boostrap-0D1117?style=for-the-badge&logo=bootstrap&labelColor=0D1117)

## Banco de Dados
![MySQL](https://img.shields.io/badge/MySQL-00000F?style=for-the-badge&logo=mysql&logoColor=white)
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-000?style=for-the-badge&logo=postgresql)

## Ferramentas
![Git](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white)
![Postman](https://img.shields.io/badge/Postman-FF6C37.svg?style=for-the-badge&logo=Postman&logoColor=white)

## Github Stats
![GitHub Stats](https://github-readme-stats.vercel.app/api?username=2016Fabi&theme=synthwave&dark&show_icons=true)

## Minhas Contribuições
[![Repo Card](https://github-readme-stats.vercel.app/api/pin/?username=2016Fabi&repo=dio-lab-open-source&bg_color=000&border_color=30A3DC&show_icons=true&icon_color=30A3DC&title_color=E94D5F&text_color=FFF)](https://github.com/2016Fabi/dio-lab-open-source)
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
2. Clone localmente: `git clone https://github.com/SEU_USERNAME/dio-lab-open-source.git`;
3. Adicione o remote upstream para manter seu repositório local atualizado: `git remote add upstream https://github.com/digitalinnovationone/dio-lab-open-source.git`;
> Utilize o comando `git pull upstream main` para baixar e mesclar as alterações no seu repositório local com base na branch `main` deste repositório original de onde você fez o fork, ou `git fetch upstream main` para baixar sem mesclar. Veja mais em: [Primeiros Passos com Git e GitHub](https://github.com/elidianaandrade/dio-curso-git-github/blob/main/materiais-de-apoio/03-primeiros-passos-com-git-e-github.md).
4. Crie uma nova **branch** e nomeie como `feat/community/SEU_USERNAME`:
4. Crie uma nova **branch** e nomeie como `feat/community/seunomedeusuario`:
> Exemplo: `git checkout -b feat/community/digitalinnovationone`
5. Dentro da pasta [`community`](https://github.com/digitalinnovationone/dio-lab-open-source/tree/main/community), crie um arquivo em Markdown (extensão `.md`) e nomeie com o mesmo nome do seu usuário no GitHub;
> Exemplo: `community/digitalinnovationone.md` <br>
Expand All @@ -43,9 +43,10 @@
> Se tudo estiver certo, irá aparecer um template, que contém botões de múltipla escolha referente ao seu tipo de alteração, checklist e também comentários adicionais se você achar que seja bom acrescentar. Assim, quando você concluir, é somente você apertar o "Create Pull Request" que fica abaixo dessa caixa de texto e esperar a resposta do bot do Github Actions dizendo se seu PR (Pull Request) foi aceito ou não.
> Em caso de aprovação o bot irá disponibilidar o link do repositório com a opção de copiar, volte na plataforma da DIO e entregue seu projeto.

## <img src="https://user-images.githubusercontent.com/74038190/206662607-d9e7591e-bbf9-42f9-9386-29efc927bc16.gif" width="30px" height="30px"> Convenção de Commits
## <img src="https://user-images.githubusercontent.com/74038190/206662607-d9e7591e-bbf9-42f9-9386-29efc927bc16.gif" width="30px" height="30px">

| Tipo de Commit | Descrição | Exemplo
## Convenção de Commits
| Tipo de Commit | Descrição |
| ---------------|----------------------------------------------------------------------|-----------
| `feat` | Adiciona uma nova funcionalidade ao projeto. | `feat: add USENAME.md profile`
| `fix` | Corrige um bug ou problema no projeto. | `fix: fixed issue fix#IssueNumber`
Expand Down
3 changes: 3 additions & 0 deletions community/2016Fabi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Projeto sobre Open Source

Tenho um conhecimento em java, construir varios projetos em java web e tenho um breve conhecimento em angular.