Thanks that you want to help! Please read the sections below.
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).
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).
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: develop
is called master
and master
is called releases
in RazorEngine.
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.