Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 708 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 708 Bytes

Contributing to S_Santosh

First off, thanks for talking the time to contribute! To maintain the consistency of code, we're gonna follow some conventions.

The following is a set of guidelines for contributing to S_Santosh and it's submodules.

What should I know before I get started?

Nuke and Python

Nuke is the program this tools are for. At the time of writing this repo, current python version used in Nuke package is v2.7, to be changed to 3.x in 2020s perhaps

Coding Guidelines

1. Indentation

Do not mix and match space and tabs, this project uses 4 spaces for a tab.

2. File encoding and line endings

UTF-8 and Unix-like line ending (LF).