From cd2a92167f4bd95d00855950e8c98442fce46dfa Mon Sep 17 00:00:00 2001 From: YBronst Date: Wed, 14 Jan 2026 22:55:15 +0200 Subject: [PATCH 1/2] Translation of the templates Translation of all templates into English. --- .github/CONTRIBUTING.md | 42 ++++++++++++----------- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++----------- .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++------ .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++------ 4 files changed, 68 insertions(+), 61 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 86167106f8..63d124beff 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2db3c0ca89..7f33bb994f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b1b36c932f..c2c0533ae5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. \ No newline at end of file +**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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bca8579140..fdc0fdaccf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. From 6183424e70d9fab4091540f77d6623ebeddb3ba4 Mon Sep 17 00:00:00 2001 From: YBronst Date: Wed, 14 Jan 2026 23:29:39 +0200 Subject: [PATCH 2/2] Merge pull request #785 from hnanoto/docs/sample-plist-update Merge pull request #785 from hnanoto/docs/sample-plist-update Docs: Update config-sample.plist with recent OpenCore quirks --- CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist diff --git a/CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist b/CloverPackage/CloverV2/EFI/CLOVER/config-sample.plist old mode 100755 new mode 100644