Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| public:crocs:pullrequest [2016-09-07 17:08] – petrs | public:crocs:pullrequest [2024-01-17 16:31] (current) – removed Ján Jančár | ||
|---|---|---|---|
| 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, | ||
| - | - create pull request to target repo via github GUI | ||
| - | - interact with repo owner until bugfix is accepted | ||
| - | - enjoy good feeling | ||