1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Create CONTRIBUTING.md

Signed-off-by: Josh Pigford <josh@joshpigford.com>
This commit is contained in:
Josh Pigford 2024-01-15 15:45:21 -06:00 committed by GitHub
parent a514417f5f
commit bae9d62ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,12 @@
# 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.