1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Initial commit

This commit is contained in:
Josh Pigford 2024-02-02 09:05:04 -06:00
commit 99de24ac70
147 changed files with 3519 additions and 0 deletions

13
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,13 @@
# Contributing to Maybe
It means so much that you're interested in contributing to Maybe! Seriously. Thank you. The entire community benefits from these contributions!
Before submitting a new issue or PR, check if it already exists in [issues](https://github.com/maybe-finance/maybe/issues) or [PRs](https://github.com/maybe-finance/maybe/pulls) so you have an idea of where things stand.
Then, once you're ready to begin work, submit a draft PR with your high-level plan (or the full solution).
Given the speed at which we're moving on the codebase, we don't assign issues or "give" issues to anyone.
When multiple PRs are submitted for the same issue, we take the one that most succinctly & efficiently solves a given problem and stays within the scope of work.
Priority is also generally given to previous committers as they've proven familiarity with the codebase and product.