8000 Update contributors.md · raineydavid/setup-python@7e4719d · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e4719d

Browse files
authored
Update contributors.md
1 parent 62f565f commit 7e4719d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ npm install
1818
tsc
1919
ncc build
2020
```
21-
An files generated using `tsc` will be added to `lib/` however those files also are not uploaded to the repository and are exluded using `.gitignore`.
21+
Any files generated using `tsc` will be added to `lib/*`, however those files also are not uploaded to the repository and are exluded using `.gitignore`.
2222

2323
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier)
2424

2525
### Testing
2626

27-
We ask that you include a link to a succesfull run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs.
27+
We ask that you include a link to a succesfull run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs.

0 commit comments

Comments
 (0)
0