58 Star 431 Fork 129

GVPwinshining / nginx-http-flv-module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.90 KB
一键复制 编辑 原始数据 按行查看 历史

Guidelines to contribute

When you find a bug

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If there is no issue addressing the problem, open a new one. Be sure to include a title prefixed by '[bug]' and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Write a patch that fixes a bug

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, be sure the commit description is prefixed by:

    • [add] if new features were added.
    • [dev] if codes were changed.
    • [fix] if bugs were fixed.
    • [misc] if some changes were done and bugs were fixed.
  • Ensure that your codes conform to code conventions:

    • All files are prefixed by 'ngx_'.
    • Include #ifndef _FILE_NAME_H_INCLUDED_, #define _FILE_NAME_H_INCLUDED_ and #endif in header files.
    • Comments use /* ... */ are preferable.
    • It would be better that built-in types appear before customized types.
    • There should be no less than 2 spaces between types and variables.
    • Variables are aligned by character, not '*'.
    • No more than 80 characters in a single code or comment line.
    • Two blank lines between two functions, styles of macro and type definitions are same as functions.

Add a new feature or change an existing one

  • Open an issue on GitHub prefixed by '[feature]' until you have collected positive feedback about the change.

Questions about the source code

  • Open an issue on GitHub prefixed by '[misc]', describe as clear as possible.

Thanks!

Winshining

C
1
https://gitee.com/winshining/nginx-http-flv-module.git
git@gitee.com:winshining/nginx-http-flv-module.git
winshining
nginx-http-flv-module
nginx-http-flv-module
master

搜索帮助