Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.12 KB

File metadata and controls

37 lines (20 loc) · 1.12 KB

How to contribute

We love pull requests from everyone. If you want to contribute, please do the following:

Fork, then clone the repo:

git clone git@github.com:your-username/DEF.git

To follow our (mandatory) coding rules, you will need to have Microsoft Visual Studio 2013 with StyleCop plugin installed. StyleCop template is already included in src folder.

Server code can be found in

./src/Server/DeploymentFramework

Deploy Agent code can be found in

./src/Agent/DeployAgent

After you make your change and test it, push to your fork and submit a pull request

At this point you're waiting on us.

Some things that will increase the chance that your pull request is accepted:

  • Write tests.
  • Follow our StyleCop rules.
  • Write a good commit message.

If you are unsure about something, make sure you've read our README file and don't hesitate to ask in our Gitter Chat!