Skip to content
New issue

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

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

Already on GitHub? # to your account

Feat/community/alefjl #523

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/community-challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Community Challenge
about: Crie uma issue sobre o Desafio proposto a comunidade
title: "[DESAFIO]"
labels: 'community challenge'
labels: community chellenge
assignees: ''

---
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

## Convenção de Commits


| Tipo de Commit | Descrição|
| ---------------|----------|
| `feat` | Adiciona uma nova funcionalidade ao projeto. |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Aprender o básico sobre contribuição no GitHub.
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. Por exemplo: `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/digitalinnovationone/dio-curso-git-github/blob/main/materiais-de-apoio/03-primeiros-passos-com-git-e-github.md).
4. Crie/Referêncie uma nova **branch** e nomeie como `feat/community/SEU_USERNAME`: `git checkout -b feat/community/SEU_USERNAME`;
4. Crie/Referêncie uma nova **branch** e nomeie como `feat/community/SEU_USERNAME`: `git checkout -b feat/community/SEU_USERNAME`;`feat/community/SEU_USERNAME`: `git checkout -b feat/community/SEU_USERNAME`;
> Exemplo: `git checkout -b feat/community/elidianaandrade`
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: `elidianaandrade.md` <br>
Expand Down
43 changes: 43 additions & 0 deletions community/alefjl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# **Olá, meu nome é Alef**

Sou estudante de Analise e Desenvolvimento de Dados pela UNINOVE desde 2024. Busco nesta graduação ser introduzido e atuar profissionamente como programador. Sou formado em tecnico de informatica pela ETEC Ferraz de Vasconcelos, prativo, dedicado e esforçado e busco uma oportunidade de emprego.


## **Conecte-se comigo**
[![GitHub](https://img.shields.io/badge/GitHbt-000?style=for-the-badge&logo=github&logoColor=white)](+https://github.com/alefjl)

[![LinkedIn](https://img.shields.io/badge/LinkedIn-000?style=for-the-badge&logo=linkedin&logoColor=0E76A8)](https://www.linkedin.com/in/alef-souza-eng/)

[![Instagram](https://img.shields.io/badge/Instagram-000?style=for-the-badge&logo=instagram)](https://www.instagram.com/alefjl/)

[![Discord](https://img.shields.io/badge/Discord-000?style=for-the-badge&logo=discord)](https://https://discord.com/channels/@alefjl/)

## **GitHub Stats**

![GitHub Stats](https://github-readme-stats.vercel.app/api?username=ALEFJL&theme=transparent&bg_color=000&border_color=30A3DC&show_icons=true&icon_color=30A3DC&title_color=E94D5F&text_color=FFF)

![Top Langs](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api/top-langs/?username=ALEFJL&layout=compact&bg_color=000&border_color=30A3DC&title_color=E94D5F&text_color=FFF)


## **Minhas  Contribuições**
[![Repo Card](https://github-readme-stats.vercel.app/api/pin/?username=1988-Re-Nunes&repo=dio-lab-open-source&bg_color=000000&border_color=30A3DC&show_icons=true&icon_color=50A5DC&title_color=E94D5F&text_color=fff)](https://github.com/alefjl/dio-lab-open-source)


## **Estou Aprendendo**
![HTML5](https://img.shields.io/badge/HTML5-000000?style=for-the-badge&logo=html5&logoColor=white)

![CSS3](https://img.shields.io/badge/CSS3-000000?style=for-the-badge&logo=css3&logoColor=white)

![github](https://img.shields.io/badge/GitHub-000000?style=for-the-badge&logo=GitHub&logoColor=white)

![java](https://img.shields.io/badge/Java-000000?style=for-the-badge&logo=openjdk&logoColor=white)

![Python](https://img.shields.io/badge/Python-000?style=for-the-badge&logo=python)

## **Utilizo o seguinte sstema operacional**

![Windows](https://img.shields.io/badge/Windows-000?style=for-the-badge&logo=windows&logoColor=2CA5E0)


## **Objetivo Desta atividade**
Aprender a como colaborar com projetos open source utilizando o GitHub.