Skip to content

Commit d9e63b6

Browse files
authored
All contributors bot (#4446)
* bumped version * prepare for all contributors bot
1 parent c8e3b52 commit d9e63b6

File tree

3 files changed

+5
-224
lines changed

3 files changed

+5
-224
lines changed

.all-contributorsrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"files": [
77
"README.md"
88
],
9-
"imageSize": 100,
9+
"imageSize": 35,
1010
"commit": true,
1111
"commitConvention": "none",
12+
"contributorsPerLine": 20
1213
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" loading=\"lazy\" width=\"<%= options.imageSize %>\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
1314
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" alt=\"All Contributors\"></a>",
15+
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
1416
"contributors": [
1517
{
1618
"login": "sreichel",

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717

1818
### Related Pull Requests
1919
<!-- related pull request placeholder -->
20+
- see OpenMage/magento-lts#<issue_number>
2021

2122
### Fixed Issues (if relevant)
2223
<!---
2324
If relevant, please provide a list of fixed issues in the format OpenMage/magento-lts#<issue_number>.
2425
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
2526
-->
26-
1. Fixes OpenMage/magento-lts#<issue_number>
27+
- fixes OpenMage/magento-lts#<issue_number>
2728

2829
### Manual testing scenarios (*)
2930
<!---
@@ -43,11 +44,3 @@
4344
- [ ] Pull request has a meaningful description of its purpose
4445
- [ ] All commits are accompanied by meaningful commit messages
4546
- [ ] All automated tests passed successfully (all builds are green)
46-
- [ ] Add yourself to contributors list
47-
<!---
48-
Install: `yarn add --dev all-contributors-cli`
49-
Add yourself: `yarn all-contributors add @YOUR_NAME <types>`
50-
This updates `.all-contributorsrc, README.md` and commits this changes automatically
51-
contribution types: code, doc, design
52-
See other contributions type at https://allcontributors.org/docs/en/emoji-key
53-
-->

0 commit comments

Comments
 (0)