8000 rephased documents · lsmucassi/setup-python@c96b4b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c96b4b5

Browse files
committed
rephased documents
1 parent 9aa1c6c commit c96b4b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/contributors.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Documentation contributions of any size are welcome! Feel free to contribute eve
2222

2323
**How to contribute:**
2424

25-
Pull requests are the easiest way to contribute changes to git repos at GitHub. They are the preferred contribution method, as they offer a nice way of commenting and amending the proposed changes.
25+
Pull requests are the easiest way to contribute changes to git repos at GitHub. They are the preferred contribution method, as they offer a convenient way of commenting and amending the proposed changes.
2626

27-
- Please check that no one else has already created a pull request with these changes
27+
- Please check that no one else has already created a pull request with these or similar changes
2828
- Use a "feature branch" for your changes. That separates the changes in the pull request from your other changes and makes it easy to edit/amend commits in the pull request
29-
- Make sure your changes are formatted correctly and consistently with the rest of the documentation
29+
- Make sure your changes are formatted properly and consistently with the rest of the documentation
3030
- Re-read what you wrote, and run a spellchecker on it to make sure you didn't miss anything
3131
- If your pull request is connected to an open issue, please, leave a link to this issue in the `Related issue:` section
3232
- If you later need to add new commits to the pull request, you can simply commit the changes to the local branch and then push them. The pull request gets automatically updated
@@ -35,7 +35,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
3535

3636
- Maintainers will review your pull request
3737
- If a maintainer requests changes, first of all, try to think about this request critically and only after that implement and request another review
38-
- If your PR gets accepted, it will soon be merged into the main branch. But your contribution will take effect only after the release of a new version of the action
38+
- If your PR gets accepted, it will soon be merged into the main branch. But your contribution will take effect only after the release of a new version of the action and updating the major tag
3939
> Sometimes maintainers reject pull requests and that's ok! Usually, along with rejection, we supply the reason for it. Nonetheless, we still really appreciate you taking the time to do it, and we don't take that lightly :heart:
4040
4141
## Contribute code
@@ -48,9 +48,9 @@ The main difference between code contributions and documentation contributions i
4848

4949
**How to contribute:**
5050

51-
Pull requests are the easiest way to contribute changes to git repos at GitHub. They are the preferred contribution method, as they offer a nice way of commenting and amending the proposed changes.
51+
Pull requests are the easiest way to contribute changes to git repos at GitHub. They are the preferred contribution method, as they offer a convenient way of commenting and amending the proposed changes.
5252

53-
- Please check that no one else has already created a pull request with these changes
53+
- Please check that no one else has already created a pull request with these or similar changes
5454
- Use a "feature branch" for your changes. That separates the changes in the pull request from your other changes and makes it easy to edit/amend commits in the pull request
5555
- Make sure your changes are well formatted and that all tests are passing
5656
- If your pull request is connected to an open issue, please, leave a link to this issue in the `Related issue:` section
@@ -65,7 +65,7 @@ Pull requests are the easiest way to contribute changes to git repos at GitHub.
6565
**Learn more about how to implement tests:**
6666

6767
Adding or changing tests is an integral part of making a change to the code.
68-
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder (in particular, in the file [e2e-cache.yml](https://github.com/actions/setup-python/blob/main/.github/workflows/e2e-cache.yml)).
68+
Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workflows` folder (in the particular file [e2e-cache.yml](https://github.com/actions/setup-python/blob/main/.github/workflows/e2e-cache.yml)).
6969

7070
- The contributor can add various types of tests (like unit tests or end-to-end tests), which, in his opinion, will be necessary and sufficient for testing new or changed functionality
7171
- Tests should cover a successful execution, as well as some edge cases and possible errors
@@ -76,7 +76,7 @@ Unit tests are in the `__tests__` folder, and end-to-end tests are in the `workf
7676
- CI will start automatically with some checks. Wait until the end of the execution and make sure that all checks passed successfully. If some checks fail, you can open them one by one, try to find the reason for failing and make changes to your code to resolve the problem
7777
- Maintainers will review your pull request
7878
- If a maintainer requests changes, first of all, try to think about his request critically and only after that implement and request another review
< 9925 /code>
79-
- If your PR gets accepted, it will soon be merged into the main branch. But your contribution will take effect only after the release of a new version of the action
79+
- If your PR gets accepted, it will soon be merged into the main branch. But your contribution will take effect only after the release of a new version of the action and updating the major tag
8080
> Sometimes maintainers reject pull requests and that's ok! Usually, along with rejection, we supply the reason for it. Nonetheless, we still really appreciate you taking the time to do it, and we don't take that lightly :heart:
8181
8282
## Provide support on issues
@@ -102,7 +102,7 @@ Helping out other users with their questions is an awesome way of contributing t
102102
## Review pull requests
103103

104104

105-
Another great way to contribute is pull request reviews. Please, be extra kind: people who submit code/doc contributions are putting themselves in a pretty vulnerable position, and have put time and care into what they've done (even if that's not obvious to you!) Please, always respond with respect, and be understanding, but don't feel like you need to sacrifice your standards for their sake, either.
105+
Another great way to contribute is to review pull request. Please, be extra kind: people who submit code/doc contributions are putting themselves in a pretty vulnerable position, and have put time and care into what they've done (even if that's not obvious to you!) Please, always respond with respect, and be understanding, but don't feel like you need to sacrifice your standards for their sake, either.
106106

107107
**How to review:**
108108

0 commit comments

Comments
 (0)
0