Skip to content
Merged
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
42 changes: 22 additions & 20 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
# Como contribuir
# How to Contribute

Obrigado pelo interesse em contribuir com este projeto!
Thank you for your interest in contributing to this project!

## Como começar
## How to get started

1. Faça um fork deste repositório.
2. Crie uma branch para sua modificação:
`git checkout -b minha-mudanca`
3. Faça suas modificações.
4. Envie um pull request detalhando suas mudanças.
1. Fork this repository.
2. Create a branch for your modification:
```sh
git checkout -b my-change
```
4. Make your modifications.
5. Submit a pull request detailing your changes.

## Abrindo issues
## Opening Issues

- Relate bugs, melhorias ou sugestões de forma clara.
- Inclua logs, prints ou passos para reproduzir quando possível.
- Report bugs, improvements, or suggestions clearly.
- Include logs, screenshots, or steps to reproduce them when possible.

## Padrão de código
## Code Standards

- Prefira código C/C++ moderno e limpo.
- Evite macros obsoletas, casts desnecessários e código não documentado.
- Comente partes complexas.
- Prefer modern and clean C/C++ code.
- Avoid obsolete macros, unnecessary casts, and undocumented code.
- Comment out complex parts.

## Revisão de Pull Requests
## Reviewing Pull Requests

- PRs são bem-vindos! Aguarde revisão, sugestões e discussões.
- Use o template de Pull Request ao abrir.
- PRs are welcome! Expect review, suggestions, and discussions.
- Use the Pull Request template when opening.

## Dúvidas?
## Questions?

Abra uma issue ou discuta no PR.
Open an issue or discuss in the PR.
41 changes: 21 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
---
name: Bug Report
about: Relatar um bug para ajudar a melhorar o projeto
about: Report a bug to help improve the project
title: "[BUG] "
labels: bug
assignees: ''
signatures: ''
---

**Descreva o bug**
Uma descrição clara e concisa do que é o bug.
**Describe the bug**
A clear and concise description of what the bug is.

**Como reproduzir**
Passos para reproduzir o comportamento:
1. Vá para '...'
2. Clique em '...'
3. Role até '...'
4. Veja o erro
**How ​​to reproduce**
Steps to reproduce the behavior:

**Comportamento esperado**
Descreva o que você esperava que acontecesse.
1. Go to '...'
2. Click on '...'
3. Scroll to '...'
4. View the error

**Capturas de tela**
Se aplicável, adicione capturas de tela para ajudar a explicar seu problema.
**Expected behavior**
Describe what you expected to happen.

**Ambiente:**
- SO: [ex: macOS Ventura]
- Versão do Clover: [ex: r5146]
- Hardware: [ex: Intel i7, Z490, RX 580]
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Informações adicionais**
Adicione qualquer outra informação relevante sobre o problema.
**Environment:**
- OS: [e.g., macOS Ventura]
- Clover version: [e.g., r5146]
- Hardware: [e.g., Intel i7, Z490, RX 580]

**Additional information**
Add any other relevant information about the problem.
24 changes: 14 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
---
name: Feature Request
about: Sugerir uma ideia para o projeto
about: Suggest an idea for the project
title: "[FEATURE] "
labels: enhancement
assignees: ''
signatures: ''
---

**Sua sugestão de melhoria**
Descreva a funcionalidade que gostaria de ver.

**Motivação**
Por que essa melhoria é importante para você ou para a comunidade?
**Your Improvement Suggestion**
Describe the functionality you would like to see.

**Implementação**
Tem alguma ideia de como implementar? Sinta-se à vontade para sugerir.

**Informações adicionais**
Inclua qualquer outra informação relevante.
**Motivation**
Why is this improvement important to you or the community?


**Implementation**
Do you have any ideas on how to implement it? Feel free to suggest them.


**Additional Information**
Include any other relevant information.
22 changes: 11 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Descrição
# Description

Descreva detalhadamente o que foi alterado.
Describe in detail what was changed.

## Tipo de mudança
## Type of change

- [ ] Bugfix
- [ ] Nova funcionalidade
- [ ] Melhorias no código
- [ ] Atualização de documentação
- [ ] New functionality
- [ ] Code improvements
- [ ] Documentation update

## Checklist

- [ ] Testei minhas alterações localmente
- [ ] Adicionei comentários relevantes no código
- [ ] Atualizei a documentação relevante
- [ ] Tested my changes locally
- [ ] Added relevant comments to the code
- [ ] Updated the relevant documentation

## Informações adicionais
## Additional information

Inclua qualquer detalhe extra relevante ao seu PR.
Include any extra details relevant to your PR.
Empty file modified CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist
100755 → 100644
Empty file.
Loading