-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from mdsreq-fga-unb/ajustes-para-a-entrega-da-…
…missao-1 Ajustes para a entrega da missao 1
- Loading branch information
Showing
20 changed files
with
374 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: Bug report | ||
about: Bug encontrado na aplicação | ||
title: "[BUG] - " | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Relatório de Bug | ||
|
||
## Descrição do Bug | ||
|
||
Descreva de forma clara e concisa qual é o bug. | ||
|
||
## Passos para Reprodução | ||
|
||
1. Liste os passos específicos para reproduzir o bug. | ||
2. Certifique-se de incluir qualquer configuração ou pré-requisitos necessários. | ||
|
||
## Comportamento Esperado | ||
|
||
Descreva o que você esperava que acontecesse. | ||
|
||
## Comportamento Atual | ||
|
||
Descreva o que realmente está acontecendo. | ||
|
||
## Screenshots | ||
|
||
Se aplicável, inclua capturas de tela que ajudem a explicar o problema. | ||
|
||
## Contexto Adicional (opcional) | ||
|
||
Forneça qualquer informação adicional que possa ser relevante para entender o bug. | ||
|
||
## Possível Solução (opcional) | ||
|
||
Se você tiver alguma ideia sobre como corrigir o bug, por favor, compartilhe. | ||
|
||
## Logs e Mensagens de Erro (se disponíveis) | ||
|
||
Inclua quaisquer logs ou mensagens de erro relevantes. | ||
|
||
## Data de Descoberta do Bug | ||
|
||
Inclua a data em que o bug foi descoberto. | ||
|
||
## Prioridade | ||
|
||
Indique a prioridade do bug de acordo com sua gravidade (por exemplo, Baixa, Média, Alta). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: User Story Template | ||
about: Template para user stories | ||
title: "[US001] - " | ||
labels: 'user story' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# US001 - História do Usuário | ||
|
||
## Descrição | ||
|
||
Eu, como [tipo de usuário], desejo [realizar uma ação] para [atingir um objetivo]. | ||
|
||
## Critérios de Aceitação | ||
|
||
- [ ] Critério 1 | ||
- [ ] Critério 2 | ||
- [ ] ... | ||
|
||
## Notas Adicionais (opcional) | ||
|
||
Inclua informações adicionais relevantes para a compreensão da história do usuário. | ||
|
||
## Critérios de Aceitação Detalhados (opcional) | ||
|
||
Detalhe mais os critérios de aceitação, se necessário. | ||
|
||
## Link para Wireframes ou Design (opcional) | ||
|
||
Inclua links para qualquer wireframe ou design relacionado à história do usuário. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Documentação Template | ||
about: Template para Código | ||
title: "" | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
# Nome da Feature ou Melhoria | ||
|
||
## Descrição | ||
[Inclua uma breve descrição do que essa alteração ou adição faz.] | ||
|
||
- [ ] Alteração/Acrescento em XXX | ||
- [ ] Adição/Atualização/Remoção de XX | ||
- [ ] Outra modificação específica (especifique) | ||
|
||
## Issues Relacionada | ||
<!-[Inclua um link para a _issue_ relacionada, se houver.]-> | ||
|
||
[#NúmeroDaIssue - TítuloDaIssue](https://github.com/mdsreq-fga-unb/2023-2-BeachTennisCoordiMate/issues/NúmeroDaIssue) | ||
[#NúmeroDaIssue - TítuloDaIssue](https://github.com/mdsreq-fga-unb/2023-2-BeachTennisCoordiMate/issues/NúmeroDaIssue) | ||
|
||
Closes [#NúmeroDaIssue](https://github.com/mdsreq-fga-unb/2023-2-BeachTennisCoordiMate/issues/NúmeroDaIssue) | ||
|
||
## Tipos de Mudanças | ||
Marque o tipo de mudança realizada: | ||
|
||
- [ ] _Bug fix_ (alteração que corrige uma _issue_ e não altera funcionalidades existentes) | ||
- [ ] Nova _feature_ (alteração que adiciona uma funcionalidade e não altera funcionalidades já existentes) | ||
- [ ] Alteração disruptiva (_Breaking change_) (Correção ou funcionalidade que causa alteração nas funcionalidades existentes) | ||
- [ ] Outro (especifique) | ||
|
||
## Detalhes Adicionais | ||
[Inclua informações adicionais relevantes sobre a mudança realizada.] | ||
|
||
## Testes Realizados | ||
[Descreva os testes que foram realizados para garantir que a mudança funcione conforme esperado.] | ||
|
||
## Screenshots (se aplicável) | ||
[Inclua qualquer captura de tela ou imagem que ajude a visualizar a mudança, se aplicável.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Documentação Template | ||
about: Template para Documentação | ||
title: "" | ||
labels: 'documentation' | ||
assignees: '' | ||
--- | ||
|
||
# Nome da Feature ou Melhoria | ||
|
||
## Descrição | ||
[Inclua uma breve descrição do que essa alteração ou adição faz.] | ||
|
||
- [ ] Alteração/Acrescento em XXX | ||
- [ ] Adição/Atualização/Remoção de XX | ||
- [ ] Outra modificação específica (especifique) | ||
|
||
## Issues Relacionada | ||
<!-[Inclua um link para a _issue_ relacionada, se houver.]-> | ||
|
||
[#NúmeroDaIssue - TítuloDaIssue](https://github.com/mdsreq-fga-unb/2023-2-BeachTennisCoordiMate/issues/NúmeroDaIssue) | ||
[#NúmeroDaIssue - TítuloDaIssue](https://github.com/mdsreq-fga-unb/2023-2-BeachTennisCoordiMate/issues/NúmeroDaIssue) | ||
|
||
Closes [#NúmeroDaIssue](https://github.com/mdsreq-fga-unb/2023-2-BeachTennisCoordiMate/issues/NúmeroDaIssue) | ||
|
||
## Detalhes Adicionais (opcional) | ||
[Inclua informações adicionais relevantes sobre a mudança realizada.] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<h1 align="center"><b>Apresentação da Visão Geral de Produto e Projeto</b></h1> | ||
|
||
A entrega da Unidade 1 está presente no vídeo abaixo, mas também pode ser acessada [aqui](https://youtu.be/9d1cs2hyNWs). | ||
|
||
<center> | ||
|
||
<iframe width="560" height="315" src="https://youtu.be/9d1cs2hyNWs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
|
||
</center> |
Oops, something went wrong.