-
Notifications
You must be signed in to change notification settings - Fork 434
easier contributions. #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the PR. Is there a way to analyze how many people used Gitpod for Vue Class Component contribution in a certain period? I'm a bit worry about this setting would be stale in future by no one uses it. So I want to assess how effective the tool is for contribution. |
Thanks! @ktsn. A lot of popular OSS projects out there are already using it simplify contributors onboarding some of them are:
You can find a brief list of them at https://contribute.dev |
I mean I want to see some sort of usage report on this repository if I introduce it in this repo such as "how many people tried the code on Gitpod?", "Is this PR made with Gitpod?" etc. |
Yes. this Pr is made with Gitpod so far it is very little but once the Pr is merged we'll add the project to https://contribute.dev/ which has a list of cool OSS projects that have automated their setup with Gitpod and people can start contributing to them in a single click and also when it'll be seen in the project's Readme and from there people may try it. |
I don't think we are in synced... I don't mean how vue-class-component appears in gitpod. Again, I want to assess how people use Gitpod for vue-class-component once we enable this. I would be asking if I can see some sort of usage report / analytics for vue-class-component in Gitpod. Because we cannot evaluate if it's efficient for contribution without analyzing with actual usage data. |
Thanks. This makes sense. We are happy to share data on how many users created workspaces for vue-class-component, and how much time they've spent in total working on vue-class-component.In the future, we would like to share this data more publicly, e.g. by building a dashboard with stats about repositories & programming languages in Gitpod, but this is not implemented yet, so for now we have to query this data manually and send it to you. Please ping either me or @jankeromnes if you would like to get the latest data on vue-class-component / Gitpod usage, and we'll try to reply as soon as possible. |
Great. Thank you for describing about it. I'm looking forward to seeing dashboard 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* simplify code contributions by fully automating the dev setup with Gitpod. * docs: fix package name Co-authored-by: Katashin <[email protected]>
Hello. 🙂
This Pr makes contributions easier by fully automating the dev setup with Gitpod(a full-featured online IDE) which is free for OSS. With one click it'll start a workspace and automatically:
vue-class-component
repo.yarn dev
.yarn docs:dev
.so that anyone interested in contributing can start straight away without any friction.
You can give it a try on my fork of the repo via the following link:
https://gitpod.io/#https://github.com/nisarhassan12/vue-class-component
This is how it looks: