Skip to content

Commit 6b5d207

Browse files
authored
Added funding information
1 parent d07d758 commit 6b5d207

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

FUNDING.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Funding
2+
3+
Support the development of this project by sponsoring it!
4+
Your contributions help maintain and improve this project, add new features, and keep documentation up-to-date.
5+
6+
## How to Sponsor
7+
8+
You can sponsor this project through the following platforms:
9+
10+
- **GitHub Sponsors**: [Become a sponsor on GitHub](https://github.com/sponsors/drowaudio)
11+
12+
## Why Sponsor?
13+
14+
- 💡 Influence the [roadmap](ROADMAP.md)
15+
- 🐞 Priority support on issues
16+
- ❤️ Help sustain open-source work
17+
18+
## Tiers
19+
### Monthly:
20+
- 🥉 [$5](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535613)
21+
- 🥈 [$10](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535614)
22+
- 🥇 [$25](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535619)
23+
- 💎 [$50](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535620)
24+
25+
### One-time
26+
- 🥉 [$50](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535616)
27+
- 🥈 [$100](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535618)
28+
- 🥇 [$500](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535615)
29+
- 💎 [$1000](https://github.com/sponsors/drowaudio/sponsorships?sponsor=drowaudio&tier_id=535617) one [roadmap](ROADMAP.md) item fully implemented
30+
31+
32+
---
33+
34+
Thank you for considering sponsorship!
35+
Your support makes open-source possible.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ If you are a plugin user looking to report a problem with a plugin to the develo
1515
- Run in GUI or headless mode
1616
- Validation is performed in a separate process to avoid crashing
1717

18+
### Funding
19+
pluginval is a free, open source project but supporting it via funding is a great way to show your appreciation for it, speed up development and influence the [roadmap](ROADMAP.md).
20+
21+
See [FUNDING.md](FUNDING.md) for more details.
1822

1923
### Installation
2024

@@ -109,6 +113,10 @@ If you have a case you would like tests, please simply write the test in a fork
109113
* `git tag -a v1.0.5 -m "1.0.5 release"`
110114
* `git push --tags`
111115
116+
## Roadmap
117+
Find more information on what's in the pipeline for pluginval [here](ROADMAP.md).
118+
119+
112120
License
113121
----
114122

ROADMAP.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Roadmap
2+
3+
There are lots of ways pluginval can be improved, some of these are listed below but we're open to Discussions on others.
4+
5+
You can help get there by issuing PRs or [funding](FUNDING.md) development.
6+
7+
- #### Integration of real-time safety checking (via RTsan or rtcheck)
8+
- #### Improved stack trace/crash reporting
9+
- #### Acceptance testing using input files and reference output files
10+
- #### Automatic integration of Asan/Tsan on platforms that allow it
11+
- #### More tests/logging
12+
- #### Integration with CTest
13+
- #### Improved command-line handling and json config file support

0 commit comments

Comments
 (0)