sirixdb / sirix

SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
https://sirix.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 250 forks source link

Broken/Outdated How to Contribute to an Open Source Link #713

Closed IsaiahLevy closed 5 months ago

IsaiahLevy commented 5 months ago

Describe the bug The "How to Contribute to an Open Source" link in the readme responds with a 404.

welcome[bot] commented 5 months ago

Thanks for opening your first issue 🦁 Your feedback, is the most valuable thing besides PRs 💚

JohannesLichtenberger commented 5 months ago

Can you make a PR to fix it? Thanks