diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml new file mode 100644 index 0000000000..eba1100f1b --- /dev/null +++ b/.github/auto-comment.yml @@ -0,0 +1,10 @@ +# Comment to a new issue. +issuesOpened: > + Thank you for raising an issue. We will try and get back to you as soon as possible. + + Please make sure you have given us as much context as possible. + +pullRequestOpened: > + Thank you for raising your pull request. + + Please make sure you have followed our contributing guidelines. We will review it as soon as possible.