Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

32 lines (29 loc) · 1.22 KB

Contributing

How to contribut?

  1. Please send me an email with your code suggestions.
    • Please include your GitHub name in the email.
    • Please include where in the project the source code should be inserted.
    • Also give the source code a detailed description of the change.
  2. I will then publish the code as a new pull request.
  3. If the source code fits very well into the project, then the source code will be added to the project.

In the Source Code

Please start your source code for the project as follows:

/*
 *-------------------------------------------*
 *                 VLC PlaySaver             *
 *-------------------------------------------*
 *    (C) Copyright <year> <contributor>     *
 *-------------------------------------------*
 *          name_of_the_code_part            *
 *-------------------------------------------*
 */
/* headers */
#inlcude <stdio.h>
#include <stdlib.h>
#include <string.h>

Other things

If you use source code from other open source projects, please write a thank you to the person in the source code, in the pull request and in the Readme.md under brownies. You can mention them in the e-mail.

*→All source code is published under the GPL-3.0 license