]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: update contributing guide (#2782)
authorTycho <jh.leong@outlook.com>
Mon, 30 Sep 2024 09:19:56 +0000 (17:19 +0800)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 09:19:56 +0000 (11:19 +0200)
.github/CONTRIBUTING.md

index 2b95855bf679eee21ab77fc52c2ab95fd31d2e2f..85824df599f2d1dc10a15d636f8cf106e542bc68 100644 (file)
@@ -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