Skip to content

Commit 42ae4e3

Browse files
committed
move contributing doc to project root
1 parent 4e6defa commit 42ae4e3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ npx prisma migrate dev
4747
```
4848

4949
This command is also needed after the database schema is changed.
50+
51+
## Contributing
52+
53+
CodePod is open source under MIT license. Feel free to contribute! We can make
54+
it better together. You can contribute by opening an issue, discussion, or
55+
submit a pull request. Please use [Prettier](https://prettier.io/) (e.g., [its
56+
VSCode
57+
plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode))
58+
to format your code before checking in.

api/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,3 @@ node-pty) due to missing development packages. On Ubuntu install:
8080
```
8181
sudo apt install -y make python build-essential
8282
```
83-
84-
## Contributing
85-
86-
CodePod is open source under MIT license. Feel free to contribute! We can make
87-
it better together. You can contribute by opening an issue, discussion, or
88-
submit a pull request. Please use [Prettier](https://prettier.io/) (e.g., [its
89-
VSCode
90-
plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode))
91-
to format your code before checking in.

0 commit comments

Comments
 (0)