User Tools

Site Tools


devel:github-contributions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
devel:github-contributions [2015/08/24 21:37]
miconda [Basic Rules]
devel:github-contributions [2016/05/12 10:40]
mslehto [Basic Rules] - make pull requests against master branch
Line 10: Line 10:
  
   * github pull requests are the favourited mechanism to submit contributions (patches)   * github pull requests are the favourited mechanism to submit contributions (patches)
 +  * make a pull request against master branch
 +    * commit can be later backported to stable branch(es)
   * make a pull request for each new feature   * make a pull request for each new feature
     * e.g., if you add a feature to usrloc module and an unrelated feature to auth module, then make two pull requests     * e.g., if you add a feature to usrloc module and an unrelated feature to auth module, then make two pull requests
Line 51: Line 53:
   * module_name: support for foo rfc extension   * module_name: support for foo rfc extension
   * lib_name: critical bug fix for abc case   * lib_name: critical bug fix for abc case
 +  * kamctl: added support for management of module xyz
  
 Examples of commit messages: Examples of commit messages:
devel/github-contributions.txt ยท Last modified: 2019/07/14 12:54 by henningw