Obrigado por considerar contribuir para o dataGPT! Aqui estão algumas diretrizes para ajudar você a começar:
- Faça um fork do repositório.
- Crie uma branch para sua feature (
git checkout -b feature/nome-da-feature). - Commit suas mudanças (
git commit -m 'Adiciona nova feature'). - Envie para o branch (
git push origin feature/nome-da-feature). - Abra um Pull Request.
Se você encontrar um bug ou tiver uma sugestão, por favor, abra uma issue no repositório.
Certifique-se de que suas mudanças passaram nos testes antes de enviar um Pull Request. Adicione testes para qualquer nova funcionalidade adicionada.
Siga as seguintes diretrizes de estilo de código para garantir a consistência no código-base:
- Use o tempo presente ("Adiciona feature" e não "Adicionou feature")
- Use o modo imperativo ("Move cursor para..." e não "Moveu cursor para...")
- Limite a primeira linha a 72 caracteres ou menos
- Referencie issues e pull requests liberamente
- Considere iniciar a mensagem de commit com um emoji aplicável:
- 🎉
:tada:quando criar uma nova release - 🐛
:bug:quando corrigir um bug - 📝
:memo:quando escrever documentação
- 🎉
Siga o guia de estilo PEP 8.
Siga o Guia de Estilo do Google para documentação.
Por favor, leia nosso Código de Conduta para entender nossas expectativas em relação à participação da comunidade.
Thank you for considering contributing to dataGPT! Here are some guidelines to help you get started:
- Fork the repository.
- Create a branch for your feature (
git checkout -b feature/feature-name). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/feature-name). - Open a Pull Request.
If you find a bug or have a suggestion, please open an issue in the repository.
Ensure that your changes pass the tests before submitting a Pull Request. Add tests for any new functionality added.
Follow these code style guidelines to ensure consistency in the codebase:
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moved cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally
- Consider starting the commit message with an applicable emoji:
- 🎉
:tada:when you create a release - 🐛
:bug:when you fix a bug - 📝
:memo:when you write docs
- 🎉
Refer to the PEP 8 style guide for Python code.
Follow the Google Style Guide for documentation.
Please read our Code of Conduct to understand our expectations regarding community participation.