-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from lukego/contributing
Added CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Thank you for your contribution! | ||
|
||
Please be aware that RaptorJIT is [Apache 2.0 licensed](https://www.apache.org/licenses/LICENSE-2.0) | ||
and when you contribute code you are also releasing it under the same | ||
license. If this is a problem, for example because you are unwilling | ||
or unable to release your code under this license, then please explain | ||
the situation in your pull request so that we can find an appropriate | ||
solution. | ||
|
||
Please do not put individual copyright notices into source files. This | ||
leads to clutter over time and complicates refactoring. If you own the | ||
copyright of your contribution then this will be implicit in the Git | ||
history (as clarified in the COPYING/COPYRIGHT files) and no notice is | ||
needed. If you are not the copyright owner, perhaps due to a copyright | ||
assignment agreement with your employer, then please mention this in | ||
your Pull Request and we will add an appropriate clarification to the | ||
COPYRIGHT file. | ||
|
||
Please also respect the | ||
[Contributor Covenent Code of Conduct](http://contributor-covenant.org/version/1/4/) | ||
in your interactions with the RaptorJIT community. |