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
public:crocs:pullrequest [2016-09-07 17:07] petrspublic:crocs:pullrequest [2024-01-17 16:31] (current) – removed xjancar
Line 1: Line 1:
-====== Bugfix process (Pull request) ====== 
- 
-Doing pull request because of bugfix: 
-  - open issue on target repo 
-  - fork target repo 
-  - clone forked repo locally 
-  - write regression test that fails before bug is corrected 
-  - verify that regression test fails 
-  - fix the bug 
-  - verify that regression test pass 
-  - either comit into your repo or commit into your repo into dedicated branch (for this bugfix). Insert #xxx where xxx is number of created issue on target repo + add relevant comments (first line short summary, then longer explanation, mention regression test) 
-  - create pull request to target repo via github GUI  
-  - interact with repo owner