File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,17 @@ please open an [issue](https://github.com/fastly/cli/issues/new) to discuss the
55idea and implementation strategy before submitting a PR.
66
771 . Fork the repository.
8- 1 . Create an ` upstream ` remote.
8+ 2 . Create an ` upstream ` remote.
99``` bash
1010$ git remote add upstream git@github.com:fastly/cli.git
1111```
12- 1 . Create a feature branch.
13- 1 . Write tests.
14- 1 . Validate and prepare your change.
12+ 3 . Create a feature branch.
13+ 4 . Write tests.
14+ 5 . Validate and prepare your change.
1515``` bash
1616$ make all
1717```
18- 1 . Add your changes to ` CHANGELOG.md ` in [ Commitizen] ( https://commitizen-tools.github.io/commitizen/ ) style message
19- 1 . Open a pull request against ` upstream main ` .
20- 1 . Celebrate :tada : !
18+ 6 . Add your changes to ` CHANGELOG.md ` in [ Commitizen] ( https://commitizen-tools.github.io/commitizen/ ) style message
19+ 7 . Open a pull request against ` upstream main ` .
20+ 1. Once you have marked your PR as ` Ready for Review ` please do not force push to the branch
21+ 8 . Celebrate :tada : !
You can’t perform that action at this time.
0 commit comments