/
TryToNotTry
/
hosting-site
Обзор
Документация
Войти
/
TryToNotTry
/
hosting-site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
CONTRIBUTING
30 строк
1 KB
TryToNotTry
update: CONTRIBUTING
19 май 2026, 17:47
Верифицирован
19 май 2026, 17:47
164bf4f
Код
Авторство
О чём код?
# Contributing to CloudPro Thank you for your interest in contributing to CloudPro! We welcome contributions in the form of code, bug reports, feature requests, and documentation improvements. ## 🐛 Reporting Bugs Please report bugs using the issue tracker on GitHub. When reporting a bug, please include: * Your operating system name and version. * Any details about your local setup that might be helpful in troubleshooting. * Detailed steps to reproduce the bug. * Screenshots or error logs if available. ## 🚀 Suggesting Enhancements If you have an idea for a new feature or improvement: 1. Check the issue tracker to see if it has already been suggested. 2. If not, create a new issue describing the feature with the tag `enhancement`. 3. Explain why this change would be useful for the project. ## 🛠️ Pull Requests We gladly accept pull requests! 1. Fork the repository and create a branch (`git checkout -b my-new-feature`). 2. Make your changes and commit them (`git commit -am 'Add some feature'`). 3. Push the branch (`git push origin my-new-feature`). 4. Create a new Pull Request on GitHub. 5. Ensure your code passes all existing tests (если они есть) и соответствует стилю кода проекта (PEP8 для Python). 6. Update relevant documentation if necessary. 7. The maintainers will review your PR as soon as possible.