Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0046ec

Browse files
authoredSep 23, 2024
Create CONTRIBUTING.md
1 parent a8d02c4 commit c0046ec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## How to contribute?
2+
1. Clone the repo
3+
2. cd
4+
3. Use the `shell.nix` file, or use some other shenanigans, i dont care.
5+
6+
### Subfolders:
7+
- `app` :
8+
- `pnpm i && wrangler dev`
9+
10+
- `api` :
11+
- `pnpm i && tsc && node dist/index.js`
12+
13+
I don't really enforce a branch naming convention, but please, refrain from making a PR if you have pushed your changes on the `mistress` branch.
14+
Same with commits, just make them readable and understandable at first glance.
15+
16+
Submit your changes!
17+
18+
Tysm <3

0 commit comments

Comments
 (0)