-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
93 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- | ||
firstIssueWelcomeComment: "Thanks for opening your first issue here! Be sure to follow the issue template!" | ||
firstPRMergeComment: "Awesome work, congrats on your first merged pull request!" | ||
firstPRWelcomeComment: "Thanks for opening this pull request! Please check out our contributing guidelines." | ||
|
||
labelPRBasedOnFilePath: | ||
"π§ CI": | ||
- .github/workflows/* | ||
|
||
"π§ CSS": | ||
- "**/*.css" | ||
|
||
"π§ Configuration": | ||
- .github/* | ||
|
||
"π§ Dependencies": | ||
- Dockerfile* | ||
- composer.* | ||
- package.json | ||
- package-lock.json | ||
- yarn.lock | ||
- go.mod | ||
- go.sum | ||
- build.gradle | ||
- Cargo.toml | ||
- Cargo.lock | ||
- Gemfile.lock | ||
- Gemfile | ||
|
||
"π§ Docker": | ||
- Dockerfile* | ||
- .docker/**/* | ||
|
||
"π§ Documentation": | ||
- README.md | ||
- CONTRIBUTING.md | ||
|
||
"π§ Go": | ||
- "**/*.go" | ||
|
||
"π§ Rust": | ||
- "**/*.rs" | ||
|
||
"π§ Java": | ||
- "**/*.java" | ||
|
||
"π§ Ruby": | ||
- "**/*.rb" | ||
|
||
"π§ HTML": | ||
- "**/*.htm" | ||
- "**/*.html" | ||
|
||
"π§ Image": | ||
- "**/*.gif" | ||
- "**/*.jpg" | ||
- "**/*.jpeg" | ||
- "**/*.png" | ||
- "**/*.webp" | ||
|
||
"π§ JSON": | ||
- "**/*.json" | ||
|
||
"π§ JavaScript": | ||
- "**/*.js" | ||
- package.json | ||
- package-lock.json | ||
- yarn.lock | ||
|
||
"π§ MarkDown": | ||
- "**/*.md" | ||
|
||
"π§ PHP": | ||
- "**/*.php" | ||
- composer.* | ||
|
||
"π§ Source": | ||
- src/**/* | ||
|
||
"π§ TOML": | ||
- "**/*.toml" | ||
|
||
"π§ Templates": | ||
- "**/*.twig" | ||
- "**/*.tpl" | ||
|
||
"π§ Tests": | ||
- tests/**/* | ||
|
||
"π§ YAML": | ||
- "**/*.yml" | ||
- "**/*.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters