From: Tycho Date: Mon, 30 Sep 2024 09:19:56 +0000 (+0800) Subject: docs: update contributing guide (#2782) X-Git-Tag: @pinia/nuxt@0.5.5~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbc79dfff2ad6367ccc63214d889c32ef47dccd9;p=thirdparty%2Fvuejs%2Fpinia.git docs: update contributing guide (#2782) --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2b95855b..85824df5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributions are welcome and will be fully credited! -We accept contributions via Pull Requests on [Github](https://github.com/{{ githubAccount }}/{{ name }}). +We accept contributions via Pull Requests on [Github](https://github.com/vuejs/pinia). ## Pull Requests @@ -19,7 +19,7 @@ Here are some guidelines to make the process smoother: ### Bug reports -Always try to provide as much information as possible. If you are reporting a bug, try to provide a repro on jsfiddle.net (or anything else) or a stacktrace at the very least. This will help us check the problem quicker. +Always try to provide as much information as possible. If you are reporting a bug, try to provide a repro on [this playground](https://play.pinia.vuejs.org) (or anything else) or a stacktrace at the very least. This will help us check the problem quicker. ### Feature requests