CONTRIBUTING
Vladimir Bauer
2 years ago
| 0 | When contributing your first changes, please include an empty commit for | |
| 1 | copyright waiver using the following message (replace 'John Doe' with | |
| 2 | your name or nickname): | |
| 3 | ||
| 4 | John Doe Copyright Waiver | |
| 5 | ||
| 6 | I dedicate any and all copyright interest in this software to the | |
| 7 | public domain. I make this dedication for the benefit of the public at | |
| 8 | large and to the detriment of my heirs and successors. I intend this | |
| 9 | dedication to be an overt act of relinquishment in perpetuity of all | |
| 10 | present and future rights to this software under copyright law. | |
| 11 | ||
| 12 | The command to create an empty commit from the command-line is: | |
| 13 | ||
| 14 | git commit --allow-empty |