Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
easier contributions. #422
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 |
Thank you! |
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: