From 8609357905cd7eb21056c9d9c4579240c7690081 Mon Sep 17 00:00:00 2001 From: Pragati Verma Date: Sat, 10 Oct 2020 20:03:53 +0530 Subject: [PATCH] Create config.yml --- .github/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..62017fe --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,20 @@ +updateDocsComment: > + Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes. +requestInfoReplyComment: > + We would appreciate it if you could provide us with more info about this issue/pr! +requestInfoLabelToAdd: request-more-info + +newPRWelcomeComment: > + Thanks so much for opening your first PR here! +firstPRMergeComment: > + Congrats on merging your first pull request here! :tada: How awesome! + +newIssueWelcomeComment: > + Thanks for opening this issue, a maintainer will get back to you shortly! + +# *OPTIONAL* default titles to check against for lack of descriptiveness +# MUST BE ALL LOWERCASE +requestInfoDefaultTitles: + - update readme.md + - updates + - minor fixes