Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit cac204f

Browse files
committed
Contributing
1 parent 19fe8af commit cac204f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- [Features/Advantages/Differences](#featuresadvantagesdifferences)
2929
- [Roadmap](#roadmap)
3030
- [Changelog](#changelog)
31+
- [Contributing](#contributing)
3132

3233
## Overview
3334

@@ -211,6 +212,17 @@ GraphQL Genie is inspired by [Prisma GraphQL](https://github.com/prismagraphql/p
211212
## Changelog
212213
* See [releases](https://github.com/genie-team/graphql-genie/releases)
213214

215+
## Contributing
216+
* Fork
217+
* Make Changes
218+
* Run the following and make sure no failures or errors
219+
* npm run test
220+
* npm run lint
221+
* npm run build
222+
* npm run browser
223+
* npm run module
224+
* Open pull request
225+
214226
## Thanks/Credit <!-- omit in toc -->
215227

216228
[Prisma GraphQL / Graphcool](https://github.com/prismagraphql/prisma) for inspiration

0 commit comments

Comments
 (0)