diff --git a/.ecrc b/.ecrc index 91f4875..6181b43 100644 --- a/.ecrc +++ b/.ecrc @@ -1,5 +1,6 @@ { "exclude": [ + "config.yml", "CHANGELOG.md", "pnpm-lock.yaml", "README.md" diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..18a2761 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,10 @@ +newIssueWelcomeComment: > + Thanks for opening your first **Issue** here! + Be sure to follow the **Issue template**! + +newPRWelcomeComment: > + Thanks for opening this **Pull Request**! + Please check out our [Contributing Guidelines](https://github.com/archoleat/.github/blob/main/CONTRIBUTING.md). + +firstPRMergeComment: > + Congrats on merging your first **Pull Request**!