The COSCUP volunteer platform is an online tool that allows interested individuals to register as volunteers for the conference, and a way for volunteers to communicate with each other and with the organizers. COSCUP 志工平台是一個可以讓有興趣的人登錄成為 COSCUP 的志工,同時也提供志工彼此溝通和與大會聯繫的方式。
Please check the type of change your PR introduces:
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] Documentation content changes
[x] Other (please describe): IDE configuration
What is the current behavior?
After opening a workspace in GitPod, you will need to install
Python 3.10, libmemcached, Poetry and etc.
What is the new behavior?
GitPod will install and prebuild dependencies for workspaces
according to our .gitpod.yml, and we can open a workspace fast
without worrying about installing dependencies manually.
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
After opening a workspace in GitPod, you will need to install Python 3.10,
libmemcached
, Poetry and etc.What is the new behavior?
GitPod will install and prebuild dependencies for workspaces according to our
.gitpod.yml
, and we can open a workspace fast without worrying about installing dependencies manually.Other information