- Contributing to PrimeReact comes with several benefits. Being part of an open-source project will enhance your career and open up exciting opportunities. Contributors and Committers will be listed on our team page. You'll gain significant visibility in the developer community while improving yourself as a professional. +
+ Contributing to PrimeReact comes with several benefits. Being part of an open-source project will enhance your career and open up exciting opportunities. Contributors and Committers will be listed on our{' '} + team page. You'll gain significant visibility in the developer community while improving yourself as a professional.
You'll be invited to a private communication channel at Discord to get in touch with PrimeTek. In addition, contributors have access to all PrimeReact add-ons like Premium Templates, Blocks, and UI Kit free of charge.
- Join the Contributors channel on the PrimeLand Discord server to connect with PrimeReact staff and fellow contributors. In this channel, you can discuss the areas you want to contribute to and receive feedback. This channel is open to everyone who'd like to contribute. + Join the Contributors channel on the{' '} + + PrimeLand Discord + {' '} + server to connect with PrimeReact staff and fellow contributors. In this channel, you can discuss the areas you want to contribute to and receive feedback. This channel is open to everyone who'd like to contribute.
PrimeReact 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:
@@ -14,10 +13,22 @@ export function HelpNeededDoc(props) {We encourage you to send pull requests, especially for issues tagged with the help-needed label.
++ We encourage you to send pull requests, especially for issues tagged with the help-needed label. +
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 PrimeReact.
++ 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 PrimeReact. +
- PrimeReact is a popular Vue UI library maintained by PrimeTek, a company renowned for its comprehensive set of UI components for various frameworks. PrimeTek is dedicated to providing high-quality, versatile, and accessible UI components - that help developers build better applications faster. + PrimeReact is a popular Vue UI library maintained by PrimeTek, a company renowned for its comprehensive set of UI components for various frameworks. PrimeTek is dedicated to providing high-quality, versatile, and accessible UI + components that help developers build better applications faster.
To begin with, clone the PrimeReact repository from GitHub
Then run the showcase in your local environment at http://localhost:3000/.
++ Then run the showcase in your local environment at http://localhost:3000/. +
- PrimeReact has several add-ons such as UI Kit, Premium Templates, and Blocks that rely on the core library. Any structural changes in the core, such as adding new props, events, or updating design tokens, should be communicated with the core team to ensure consistency and compatibility. + PrimeReact has several add-ons such as UI Kit, Premium Templates, and Blocks that rely on the core library. Any structural changes in the core, such as adding new props, events, or updating design tokens, should be communicated with + the core team to ensure consistency and compatibility.
PrimeTek offers an organization structure involving contributors and the core team:
diff --git a/pages/contribution/index.js b/pages/contribution/index.js index 0036ab5342..7891b44bf0 100644 --- a/pages/contribution/index.js +++ b/pages/contribution/index.js @@ -8,7 +8,6 @@ import { CommunicationDoc } from '@/components/doc/contribution/communicationdoc import { PathwayDoc } from '@/components/doc/contribution/pathwaydoc'; import { BenefitsDoc } from '@/components/doc/contribution/benefitsdoc'; - const ContributionPage = () => { const docs = [ {