Skip to content

Commit c18b2c6

Browse files
update contributing guidleines on force pushing (#1468)
1 parent 84aa3ba commit c18b2c6

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ please open an [issue](https://github.com/fastly/cli/issues/new) to discuss the
55
idea and implementation strategy before submitting a PR.
66

77
1. 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:!

0 commit comments

Comments
 (0)