35 lines
874 B
Plaintext
35 lines
874 B
Plaintext
|
New Functionality
|
||
|
-----------------
|
||
|
=> Upstream Update
|
||
|
Rebase upstream-master to upstream/master
|
||
|
Branch from upstream-master
|
||
|
Log the new branch in "What are the other branches?" in readme.md
|
||
|
Do the necessary commits in the new branch
|
||
|
=> Merge pull
|
||
|
|
||
|
======================================================
|
||
|
|
||
|
|
||
|
|
||
|
Merge pull
|
||
|
-------------------------
|
||
|
Create new pull request using https://github.com/pukkandan/youtube-dl/compare/master...<user>:<branch>
|
||
|
Accept the request (Squash and Merge)
|
||
|
Add author in AUTHORS-Fork
|
||
|
Make necessary changes in readme.md
|
||
|
Change version number in version.txt
|
||
|
Log changes to ChangeLog-Fork
|
||
|
Commit
|
||
|
( 2 commits per pull request)
|
||
|
|
||
|
|
||
|
======================================================
|
||
|
|
||
|
|
||
|
|
||
|
Upstream Update
|
||
|
-------------------------
|
||
|
Rebase master to upstream/master
|
||
|
Change version number in version.txt and top of readme.md
|
||
|
Commit
|
||
|
( 1 commit per update)
|