Skip to content

Commit fd95640

Browse files
author
Guto Carvalho
committed
Novas instrucoes para contribuidores
1 parent 766c031 commit fd95640

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CONTRIBUTING.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# CONTRIBUTING
22

3-
* Don't send code without check with puppet parser validate
4-
* Don't send code without check with puppet lint
5-
* Don't send yaml file without check the file
3+
## Code
4+
5+
* Don't submit code without check manifests with puppet parser validate
6+
* Don't submit code without check manifests with puppet lint
7+
* Don't submit yaml files without the proper validation
68
* Put vars always on top of the manifest file
7-
* Hiera lookups should be used only in profile class
9+
* Hiera lookups should be used only in profile classes
10+
11+
## Commits
12+
13+
* Make commits of logical units.
14+
* Check for unnecessary whitespace with "git diff --check" before committing.
15+
* Commit using Unix line endings (check the settings around "crlf" in git-config(1)).
16+
* The first line of the commit message should be a short description (50 characters is the soft limit, excluding ticket number(s)), and should skip the full stop.

0 commit comments

Comments
 (0)