Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 917 Bytes

How to contribute to Consul-Templaterb ?

Samples

The samples/ directory contains lots of useable templates that might help others using your new features. Keep them less specific as possible (for instance use environment variables to allow others to use it directly without relying on a specic path in KV).

Read first TemplateAPI.md to ensure you are using the best functions for the job, the API is kept compact and powerful with many examples.

All the samples are unit-tested, so launch rspec before commiting, a template not converging will not be merged.

Want new features/Found a bug?

Report it, but read carefully TemplateAPI.md and README.md

Want to add features/fix a bug?

Contributions in code are welcomed, create a fork and then a Pull Request, we will review it quickly.