14 lines
390 B
Markdown
14 lines
390 B
Markdown
This file is unfinished!
|
|
# Contributing Guidelines
|
|
## Repository structure
|
|
## Code structure
|
|
- Every codefile must have the following comment ad the first few lines:
|
|
```lua
|
|
--[[
|
|
<Title/file function>
|
|
Author: <Original author>
|
|
Version: <Corresponding ccpt version or file version if not directly related to ccpt version (eg. installer>
|
|
]]
|
|
```
|
|
## Process applies for default package list
|