YsarocK / nuxt-appwrite

Nuxt 3 module to implement Appwrite
https://nuxt-appwrite.etiennemoureton.fr
MIT License
23 stars 5 forks source link

[documentation] add `how to contribute` section to README #79

Closed FranciscoKloganB closed 1 year ago

FranciscoKloganB commented 1 year ago

As a consumer of nuxt3-appwrite I want to be able to contribute to it spontanously So that the project may grow organically

Having an How to Contribute guide on the GitHub readme section is of the utmost important for OSS projects to survive and avoid premature deaths.

Something as simple as this might be enough (taken from nuxt/image) repository.

## Contributing

- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using corepack enable
- Install dependencies using pnpm install
- Run pnpm dev:prepare to generate type stubs.
- Use pnpm dev to start [playground](https://github.com/nuxt/image/blob/main/playground) in development mode.
YsarocK commented 1 year ago

Hi Francisco!

Thanks for your message.

You're right, it's missing. Will add it tonight!

Have a good day, I wait for your PRs 😇

FranciscoKloganB commented 1 year ago

/bump