Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.83 KB

Thanks that you want to help! Please read the sections below.

Contributing (General)

If you want to send a bug report just open a new issue!

Otherwise just fork the project an send a pull request to discuss and merge the changes. If you want to discuss the changes beforehand you can open a new issue. Even better when there is already an open issue marked as up-for-grabs. Please send the pull request against the master branch and mention an already existing issue (if present).

Contributing Documentation

As the documentation is generated from the repository you can help improving the documentation by editing the files in the /doc folder. You can even edit a page directly on github by clicking the edit button (for example this page). See also https://help.github.com/articles/editing-files-in-your-repository/ (don't forget to send a pull request back after forking and changing something).

Branching model

The branching model in http://nvie.com/posts/a-successful-git-branching-model/ is used (which you do not need to read to send a pull request). However the naming differs: developis called master and master is called releases in RazorEngine.

Licensing

This project is subject to the terms and conditions defined in file 'LICENSE.md', which is part of this source code package.

We try to switch to Apache 2 License (#190), so please make your contribution is available as such. (You can drop a line on the linked issue or the commit message for example).

You can find licenses of the programs this project depends on in either the "lib/$Project" folder or on their nuget page.