• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Contributing

Contributing · Изменения

История страницы
Updated Contributing (markdown) создал Июн 22, 2017 по автору Dealga McArdle's avatar Dealga McArdle
Показать
Построчно Рядом
Contributing.md
Просмотреть страницу @d80bd17d
......@@ -10,7 +10,7 @@ If you are relatively new to Python, check this [readability counts](https://www
- [read pep 8 again](https://www.python.org/dev/peps/pep-0008/) (Python's style guide, not sverchok's style guide).
- Use a pep8 checker or [pylint](https://www.pylint.org/) - it's like someone watching over your shoulder trying to get you to write more consistent code.
We'll scan pull requests and suggest improvements if we have to. Nicer looking code is a lot more pleasant to debug. We follow pep8 mostly. Line-length however is not something we obsess about. Make your lines as long as you need. We also ignore smaller style issues. These are some of the ignores you'll find in the codebase:
We'll scan pull requests and suggest improvements if we have to. Nicer looking code is a lot more pleasant to debug. We follow pep8 mostly. Line-length however is not something we obsess about. Make your lines as long as you need. We also ignore smaller style issues. These are some of the pylint ignores you'll find in the codebase:
```python
# pylint: disable=w0122
......
Клонировать репозиторий
  • Custom Defaults
  • Macros
  • Contributing
    • Git practices

Sverchok Node Tutorial (multi page)