Update label-actions.yml
This commit is contained in:
parent
0a1fb2c62d
commit
32de8cc062
|
@ -3,13 +3,11 @@
|
|||
# Actions taken when the `incomplete-submission` label is added to issues
|
||||
status:invalid-issue:
|
||||
# Post a comment
|
||||
comment: >
|
||||
comment: |+
|
||||
Thank you for your submission, but there isn't enough detail in the issue for us to review & move forward.
|
||||
|
||||
|
||||
|
||||
The new issue template includes sections for you to fill out.
|
||||
|
||||
|
||||
|
||||
Please resubmit your issue and complete the provided sections in the new item template so we can move forward on it refer to our wiki for more information: [How to Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues)
|
||||
# Close the issue
|
||||
close: true
|
||||
|
@ -17,10 +15,9 @@ status:invalid-issue:
|
|||
# Actions taken when the `incomplete-submission` label is added to issues
|
||||
status:incomplete-submission:
|
||||
# Post a comment
|
||||
comment: >
|
||||
comment: |+
|
||||
Thank you for your submission, but there isn't enough detail in the issue for us to review & move forward.
|
||||
|
||||
|
||||
|
||||
The new issue template includes sections for you to fill out. Please resubmit your issue and complete the provided sections in the new item template so we can move forward on it refer to our wiki for more information: [How to Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues)
|
||||
# Close the issue
|
||||
close: true
|
||||
|
@ -28,10 +25,9 @@ status:incomplete-submission:
|
|||
# Actions taken when the `wrong-repo` label is added to issues
|
||||
status:wrong-repo:
|
||||
# Post a comment
|
||||
comment: >
|
||||
comment: |+
|
||||
Thank you for your submission, but this issues list is intended only for issues related to the samples in this repository.
|
||||
|
||||
|
||||
|
||||
For general SPFx development issues, you may want to try to create issues in the [SP-Dev-Docs repository](https://github.com/SharePoint/sp-dev-docs/issues/new)
|
||||
# Close the issue
|
||||
close: true
|
||||
|
@ -39,13 +35,11 @@ status:wrong-repo:
|
|||
# Actions taken when the `wrong-author` label is added to issues
|
||||
status:wrong-author:
|
||||
# Post a comment
|
||||
comment: >
|
||||
comment: |+
|
||||
Thank you for your submission, but you appear to have tagged the wrong author.
|
||||
|
||||
|
||||
To help increase your chances of getting assistance from the original authors of the sample, you should make sure to @mention the actual authors -- not the repository maintainers.
|
||||
|
||||
|
||||
Please note that the sample authors will not get notified about this issue unless you update this issue accordingly.
|
||||
|
||||
For more information on how to create a good issue, refer to our wiki for more information: [How to Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues)
|
||||
|
|
Loading…
Reference in New Issue