2024-07-27 14:43:22 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText v-bind="$attrs">
|
|
|
|
<p>PrimeTek offers an organization structure involving contributors and the core team:</p>
|
|
|
|
<h3>Contributor Role</h3>
|
2024-07-29 09:26:15 +00:00
|
|
|
<p>After a certain period of frequent contributions, a community member is offered the Contributor role. On average, it may take about three months, but the exact duration can vary depending on the individual commitment.</p>
|
2024-07-27 14:43:22 +00:00
|
|
|
|
|
|
|
<h3>Committer Role</h3>
|
|
|
|
<p>If a contributor actively participates in the codebase and PRs, their role may be upgraded to a Committer level, providing direct commit access to the PrimeVue codebase.</p>
|
|
|
|
|
|
|
|
<h3>Employment</h3>
|
|
|
|
<p>PrimeTek prefers to hire team members from open source committers, so you may be offered a full-time position when a position becomes available.</p>
|
|
|
|
</DocSectionText>
|
|
|
|
</template>
|