primevue-mirror/apps/showcase/doc/contribution/HelpNeededDoc.vue

19 lines
980 B
Vue
Raw Normal View History

2024-07-27 14:43:22 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>PrimeVue is a community-driven project backed by the expertise and sponsorship of PrimeTek, and we appreciate any help you can provide. Here are some areas where you can contribute:</p>
<h3>Issue Triage</h3>
<p>Help us manage issues by;</p>
<ul class="leading-normal px-10 m-0">
<li>Reproducing reported bugs</li>
<li>Clarifying issue descriptions</li>
<li>Tagging issues with appropriate labels</li>
</ul>
<h3>Sending Pull Requests</h3>
<p>We encourage you to send pull requests, especially for issues tagged with the <i>help-needed</i> label.</p>
<h3>Community Support</h3>
<p>Assist other users by participating in the issue tracker, GitHub discussions, and the PrimeLand Discord server. Your expertise can help others solve problems and improve their experience with PrimeVue.</p>
</DocSectionText>
</template>