Skip to content

Commit 2485cd6

Browse files
committed
feat: add behavior bot
1 parent 2bdaf0e commit 2485cd6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.ecrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"exclude": [
3+
"config.yml",
34
"bun.lockb",
45
"CHANGELOG.md",
56
"README.md"

.github/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
newIssueWelcomeComment: >
2+
Thanks for opening your first **Issue** here!
3+
Be sure to follow the **Issue template**!
4+
5+
newPRWelcomeComment: >
6+
Thanks for opening this **Pull Request**!
7+
Please check out our [Contributing Guidelines](https://github.com/archoleat/.github/blob/main/CONTRIBUTING.md).
8+
9+
firstPRMergeComment: >
10+
Congrats on merging your first **Pull Request**!

0 commit comments

Comments
 (0)