2019-04-21 01:50:24 +02:00
|
|
|
The preferred way to contribute would be through GitHub pull requests,
|
|
|
|
as an alternative patches can be discussed on the IRC channel.
|
2014-06-22 12:26:38 +02:00
|
|
|
|
|
|
|
When contributing your first changes, please include an empty commit for
|
2017-11-08 08:01:47 +01:00
|
|
|
copyright waiver using the following message (replace 'John Doe' with
|
|
|
|
your name or nickname):
|
2014-06-22 12:26:38 +02:00
|
|
|
|
|
|
|
John Doe Copyright Waiver
|
|
|
|
|
|
|
|
I dedicate any and all copyright interest in this software to the
|
|
|
|
public domain. I make this dedication for the benefit of the public at
|
|
|
|
large and to the detriment of my heirs and successors. I intend this
|
|
|
|
dedication to be an overt act of relinquishment in perpetuity of all
|
|
|
|
present and future rights to this software under copyright law.
|
2020-01-11 23:52:46 +01:00
|
|
|
|
|
|
|
The command to create an empty commit from the command-line is:
|
2019-10-16 18:24:17 +02:00
|
|
|
|
|
|
|
git commit --allow-empty
|