Skip to content

Commit

Permalink
prepare for all contributors bot
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 1, 2025
1 parent ee90d05 commit d37fa2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 224 deletions.
4 changes: 3 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"files": [
"README.md"
],
"imageSize": 100,
"imageSize": 35,
"commit": true,
"commitConvention": "none",
"contributorsPerLine": 20
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" loading=\"lazy\" width=\"<%= options.imageSize %>\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" alt=\"All Contributors\"></a>",
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
"contributors": [
{
"login": "sreichel",
Expand Down
11 changes: 2 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@

### Related Pull Requests
<!-- related pull request placeholder -->
- see OpenMage/magento-lts#<issue_number>

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

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

0 comments on commit d37fa2f

Please sign in to comment.