Skip to content

Commit b55ca7f

Browse files
authored
Merge branch 'master' into update-pax11
2 parents bda2931 + 9e293be commit b55ca7f

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: [OpenIdentityPlatform]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: OpenIDM
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: ['https://www.openidentityplatform.org/sponsor'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ If applicable, add screenshots to help explain your problem.
3636

3737
**Additional context**
3838
Add any other context about the problem here.
39+
40+
[Vote to raise the priority 🖐️](https://opencollective.com/openidentityplatform/projects/openidm/contribute/vote-to-raise-the-priority-of-an-issue-92513)

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ A clear and concise description of any alternative solutions or features you've
1818

1919
**Additional context**
2020
Add any other context or screenshots about the feature request here.
21+
22+
[Vote to raise the priority 🖐️](https://opencollective.com/openidentityplatform/projects/openidm/contribute/vote-to-raise-the-priority-of-an-issue-92513)

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
java: [ '17', '21', '24' ]
13+
java: [ '17', '21', '25' ]
1414
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1515
fail-fast: false
1616
steps:

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@ Wait for the message **OpenIDM ready** and go:
6262
## Contributing
6363
Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenIDM/pulls)
6464

65-
<a href="https://github.com/OpenIdentityPlatform/OpenIDM/graphs/contributors">
66-
<img src="https://contributors-img.web.app/image?repo=OpenIdentityPlatform/OpenIDM" />
65+
<a href="https://opencollective.com/OpenIDM/tiers" target="_blank">
66+
<!--img src="https://contributors-img.web.app/image?repo=OpenIdentityPlatform/OpenIDM" /-->
67+
<img src="https://opencollective.com/OpenIDM/contributors.svg?width=890&button=true" />
68+
</a>
69+
70+
## Backers
71+
Thank you to all our backers! [Become a backer 🙏](https://opencollective.com/OpenIDM/tiers)
72+
73+
<a href="https://opencollective.com/OpenIDM/tiers" target="_blank">
74+
<img src="https://opencollective.com/OpenIDM/backers.svg?width=890">
75+
</a>
76+
77+
## Sponsors
78+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor ❤️](https://opencollective.com/OpenIDM/tiers)
79+
80+
<a href="https://opencollective.com/OpenIDM/tiers" target="_blank">
81+
<img src="https://opencollective.com/OpenIDM/sponsors.svg?width=890">
6782
</a>

0 commit comments

Comments
 (0)