Renamed authors to contributors

This commit is contained in:
Hugo Bernier 2023-02-18 23:16:47 -05:00
parent 0f4a86aeab
commit 574d813a22
4 changed files with 17 additions and 17 deletions

View File

@ -47,15 +47,15 @@ body:
validations: validations:
required: true required: true
attributes: attributes:
label: Author(s) label: Contributor(s)
description: | description: |
Who wrote the sample? Who wrote the sample?
Because of the way this repository is configured, samples authors do not get a notification when you create an issue. Because of the way this repository is configured, samples contributors do not get a notification when you create an issue.
For the section above **@mention any author of the sample**. Authors' GitHub handle can be found on the main sample documentation page, under the "Solution" section. For the section above **@mention any of the sample contributors**. Contributors' GitHub handle can be found on the main sample documentation page, under the "Contributors" section.
Issues without an @mention will be closed automatically, as authors won't get notified. Issues without an @mention will be closed automatically, as contributors won't get notified.
**NOTE:** Don't @mention the repo maintainers, they already get notified. **NOTE:** Don't @mention the repo maintainers, they already get notified.
@ -99,7 +99,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
When solving bugs, most time is spent going back and forth with the issue author asking for more information about their environment. When solving bugs, most time is spent going back and forth with the issue contributors asking for more information about their environment.
Save yourself some time (and those who are trying to help you); provide us with your environment information so we can reproduce the issue. Save yourself some time (and those who are trying to help you); provide us with your environment information so we can reproduce the issue.

View File

@ -44,15 +44,15 @@ body:
validations: validations:
required: true required: true
attributes: attributes:
label: Author(s) label: Contributor(s)
description: | description: |
Who wrote the sample? Who wrote the sample?
Because of the way this repository is configured, samples authors do not get a notification when you create an issue. Because of the way this repository is configured, samples contributors do not get a notification when you create an issue.
For the section above **@mention any author of the sample**. Authors' GitHub handle can be found on the main sample documentation page, under the "Solution" section. For the section above **@mention any of the sample contributors**. Contributors' GitHub handle can be found on the main sample documentation page, under the "Contributors" section.
Questions without an @mention will automatically be closed, because authors won't get notified. Questions without an @mention will automatically be closed, because contributors won't get notified.
**NOTE:** Don't @mention the repo maintainers, they already get notified. **NOTE:** Don't @mention the repo maintainers, they already get notified.

View File

@ -41,13 +41,13 @@ body:
validations: validations:
required: true required: true
attributes: attributes:
label: Author(s) label: Contributor(s)
description: | description: |
Who wrote the sample? Who wrote the sample?
Because of the way this repository is configured, samples authors do not get a notification when you create an issue. Because of the way this repository is configured, samples contributors do not get a notification when you create an issue.
For the section above **@mention any author of the sample**. Authors' GitHub handle can be found on the main sample documentation page, under the "Solution" section. For the section above **@mention any of the sample contributors**. Contributors' GitHub handle can be found on the main sample documentation page, under the "Contributors" section.
**NOTE:** Don't @mention the repo maintainers, they already get notified. **NOTE:** Don't @mention the repo maintainers, they already get notified.

View File

@ -39,15 +39,15 @@ status:wrong-repo:
status:wrong-author: status:wrong-author:
# Post a comment # Post a comment
comment: |+ comment: |+
## Wrong or missing author @mentions ## Wrong or missing contributor @mentions
Thank you for your submission, but you appear to have forgotten to @mention the sample author(s). Thank you for your submission, but you appear to have forgotten to @mention the sample contributor(s).
To help increase your chances of getting assistance from the original authors of the sample, you should make sure to @mention the actual authors (and not the repository maintainers). To help increase your chances of getting assistance from the original contributors of the sample, you should make sure to @mention the actual contributors (and not the repository maintainers).
Please note that the sample authors will not get notified about this issue unless you update this issue accordingly. Please note that the sample contributors will not get notified about this issue unless you update this issue accordingly.
You can find the author(s) of each sample in the sample's `README.md`, under **Solution**. You can find the contributors of each sample in the sample's `README.md`, under the aptly-named **Contributors** section.
We'll automatically close this issue in 7 days unless you update the issue. We'll automatically close this issue in 7 days unless you update the issue.