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
157 changes: 154 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,156 @@
# Contribuindo
# 💻 Contribuindo com o NOSS

[English Version](/CONTRIBUTING_EN.md)
#### Looking for the [English Version](/CONTRIBUTING_EN.md)?

Obrigado por dedicar o seu tempo para contribuir! 🙇‍♀️🙇‍♂️ Toda ajuda é bem-vinda!


Obrigado por considerar contribuir com o NOSS — Nosso Open Source Summit.

Este é um projeto aberto, construído coletivamente. Toda contribuição é bem-vinda.

---

## 🌱 Sobre este repositório

Este repositório organiza:

* estrutura do evento
* documentação
* materiais
* processos

Ele também serve como base para futuras edições do NOSS e iniciativas semelhantes.

---

## 🤝 Como você pode contribuir

Você pode contribuir de diferentes formas:

### 📄 Documentação

* melhorias no README
* ajustes na grade do evento
* clareza em textos e guias

---

### 🧠 Conteúdo

* sugestões de temas
* ideias de palestras ou formatos
* melhorias nas trilhas

---

### 🛠 Organização

* apoio na estrutura do evento
* sugestões de fluxo ou processos
* melhorias operacionais

---

### 🐛 Correções

* erros de texto
* links quebrados
* inconsistências

---

## 🧭 Como contribuir na prática

### 1. Abra uma issue

Antes de começar, recomendamos abrir uma issue para:

* sugerir algo
* discutir uma ideia
* reportar um problema

👉 https://github.com/cumbucadev/NOSS/issues

---

### 2. Faça um fork do repositório

Crie uma cópia do projeto na sua conta.

---

### 3. Crie uma branch

Use nomes descritivos:

* `docs/melhoria-readme`
* `fix/link-quebrado`
* `feat/nova-trilha`

---

### 4. Faça suas alterações

* mantenha mudanças focadas
* escreva de forma clara
* revise antes de enviar

---

### 5. Abra um Pull Request

Descreva:

* o que foi feito
* por que foi feito
* qualquer contexto relevante

---

## ✍️ Boas práticas

* Prefira mudanças pequenas e objetivas
* Escreva de forma clara e direta
* Evite mudanças não relacionadas no mesmo PR
* Mantenha consistência com o restante do projeto

---

## 💬 Comunicação

Se tiver dúvidas ou quiser discutir ideias:

👉 https://github.com/cumbucadev/NOSS/discussions

---

## 🛡 Código de Conduta

Este projeto segue um Código de Conduta.

Por favor, leia antes de contribuir:

👉 [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md)

---

## 💜 Princípios

Este projeto é guiado por:

* abertura
* colaboração
* respeito
* construção coletiva

---

## 🚀 Sobre contribuir aqui

Contribuir com o NOSS não é apenas melhorar um repositório.

É participar da construção de um espaço aberto para fortalecer o ecossistema de FLOSS no Brasil.

---

Obrigada por dedicar o seu tempo para contribuir! 🙇‍♀️🙇‍♂️ Toda ajuda é bem-vinda!
155 changes: 153 additions & 2 deletions CONTRIBUTING_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,156 @@
# Contributing

[Versão em Português](/CONTRIBUTING.md)
#### Procurando a [Versão em Português](/CONTRIBUTING.md)?

Thanks for taking the time to contribute! 🙇‍♀️🙇‍♂️ Every little bit of help counts!
# 💻 Contributing to NOSS

Thank you for your interest in contributing to NOSS — Nosso Open Source Summit.

This is an open, community-driven project. All contributions are welcome.

---

## 🌱 About this repository

This repository organizes:

* event structure
* documentation
* materials
* processes

It also serves as a foundation for future editions of NOSS and similar initiatives.

---

## 🤝 How you can contribute

There are multiple ways to contribute:

### 📄 Documentation

* improving the README
* refining the event schedule
* clarifying guides and content

---

### 🧠 Content

* suggesting topics
* proposing talks or formats
* improving the tracks

---

### 🛠 Organization

* helping with event structure
* suggesting workflows or processes
* improving operations

---

### 🐛 Fixes

* typos and text issues
* broken links
* inconsistencies

---

## 🧭 How to contribute

### 1. Open an issue

Before starting, we recommend opening an issue to:

* suggest something
* discuss an idea
* report a problem

👉 https://github.com/cumbucadev/NOSS/issues

---

### 2. Fork the repository

Create your own copy of the project.

---

### 3. Create a branch

Use clear and descriptive names:

* `docs/readme-improvement`
* `fix/broken-link`
* `feat/new-track`

---

### 4. Make your changes

* keep changes focused
* write clearly
* review before submitting

---

### 5. Open a Pull Request

Please describe:

* what you changed
* why you changed it
* any relevant context

---

## ✍️ Best practices

* Prefer small, focused changes
* Write clearly and objectively
* Avoid mixing unrelated changes in the same PR
* Keep consistency with the rest of the project

---

## 💬 Communication

If you have questions or want to discuss ideas:

👉 https://github.com/cumbucadev/NOSS/discussions

---

## 🛡 Code of Conduct

This project follows a Code of Conduct.

Please read it before contributing:

👉 [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md)

---

## 💜 Principles

This project is guided by:

* openness
* collaboration
* respect
* collective building

---

## 🚀 About contributing

Contributing to NOSS is not only about improving a repository.

It is about helping build an open space to strengthen the FLOSS ecosystem in Brazil.

---

You are welcome here. Thanks for taking the time to contribute! 🙇‍♀️🙇‍♂️ Every little bit of help counts!
Loading
Loading