Sha256: 90cbb9ceaca6b02c6a0935fde9a90c07fe103edf3c88bf561efe142e4e1b8e22
Contents?: true
Size: 862 Bytes
Versions: 4
Compression:
Stored size: 862 Bytes
Contents
# Contributing ## Issues If you want to request a feature or report a bug, please use the following template. ```markdown ## Description [Add feature/bug description here] ## How to reproduce [Add steps on how to reproduce this issue] ## What do you expect [Describe what do you expect to happen] ## What happened instead [Describe the actual results] ## Gem version: Citrix version: [Add citrix gem version here] ``` ## Writing code Once you've made your great commits (include tests, please): 1. [Fork](http://help.github.com/forking/) citrix 2. Create a topic branch - `git checkout -b my_branch` 3. Push to your branch - `git push origin my_branch` 4. [Create an Issue](http://github.com/fnando/citrix/issues) with a link to your branch 5. That's it! Please respect the indentation rules and code style. And don't touch the versioning thing.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
citrix-0.2.2 | CONTRIBUTING.md |
citrix-0.2.1 | CONTRIBUTING.md |
citrix-0.2.0 | CONTRIBUTING.md |
citrix-0.1.0 | CONTRIBUITING.md |