Month: October 2025

Contributing to Open Source Projects from Brazil: A Starter Guide

Contributing to Open Source Projects from Brazil: A Starter Guide

Contributing to Open Source Projects from Brazil: A Starter Guide

You’re in Brazil and want to start contributing. Focus on projects with active maintainers who reply within a day or two, then open small, clear pull requests. This works even with the time difference to Europe and the US.

Pick a project that matches your routine

Look for repos that already have Brazilian contributors or issues labeled “good first issue”. Check GitHub in the morning your time so you catch maintainers online in the afternoon their time.

  • Browse the BrasilAPI repo and translate a missing endpoint description.
  • Fix a broken link in the VS Code Portuguese language pack.
  • Update an outdated example in the Django docs that still shows Python 2 syntax.

Make a short list of three projects you already use. Read their CONTRIBUTING.md once, then pick the smallest open issue that takes under an hour.

Day of week Best window for PRs Why it works
Monday-Wednesday 9am-11am BRT US East Coast is just starting their day
Thursday 8am-10am BRT Europe maintainers still online before lunch

Send your first pull request

  1. Fork the repo and create a branch named after the issue, such as fix-typo-in-readme.
  2. Make the change, then run any tests the project asks for in CONTRIBUTING.md.
  3. Write the PR description in English, one sentence on what changed and one line linking the issue.
  4. Post the PR before lunch your time so replies land while you’re still at the computer.
  5. If a maintainer asks for edits, push the fix in the same branch instead of opening a new PR.

Many Brazilian devs start with documentation or test fixes because those need less back-and-forth than new features.

Posted by admin in Guides & Tutorials, 0 comments
LibreOffice for Portuguese Speakers

LibreOffice for Portuguese Speakers

LibreOffice for Portuguese Speakers

LibreOffice replaces Microsoft Office with a free toolkit that handles text, spreadsheets, and slides. Portuguese speakers get full language support right away, so menus, spelling, and date formats match what you already use.

Download the installer from the official site, run it, and the whole suite lands on your machine in under ten minutes on most Windows or Linux systems.

Install and set Portuguese

  1. Visit libreoffice.org and click the big download button for your operating system.
  2. Run the file once it finishes. Accept the defaults and let it finish.
  3. Open any program, such as Writer. Go to Tools, then Options, then Language Settings, then Languages.
  4. Pick Portuguese (Brazil) or Portuguese (Portugal) from the drop-downs for user interface, locale, and default currency.
  5. Restart the program so the menus switch over.

After these steps, new documents start with Portuguese spelling and A4 paper by default.

Start with Writer and Calc

Writer handles letters and reports. Open it, type a short note, press Ctrl+S to save as .odt or export to .docx for colleagues who still use Word. The file opens on their side without layout surprises.

Calc works for budgets and lists. Enter numbers in the first column, add a formula like =SUM(A1:A10) in the cell below, and the total updates as you change values. Save the sheet as .ods or export it to .xlsx when you need to share it.

Program Typical use Example file you create
Writer Letters, contracts, articles Reunião notes saved as .odt
Calc Budgets, inventories Monthly expenses list with formulas

Keep both programs open at once. Copy a table from Calc and paste it straight into Writer when you need the numbers inside a report.

Posted by admin in Community & Culture, 0 comments