From 5c2dbf23e4d9fee7402841ca24ce6470ac19e4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:18:49 +0300 Subject: [PATCH] Contribution | add links --- .../showcase/doc/contribution/communicationdoc.ts | 12 +++++------- src/app/showcase/doc/contribution/helpneededdoc.ts | 5 ++++- src/app/showcase/doc/contribution/pathwaydoc.ts | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/showcase/doc/contribution/communicationdoc.ts b/src/app/showcase/doc/contribution/communicationdoc.ts index deb770b4032..807b6800366 100644 --- a/src/app/showcase/doc/contribution/communicationdoc.ts +++ b/src/app/showcase/doc/contribution/communicationdoc.ts @@ -4,13 +4,11 @@ import { Component } from '@angular/core'; selector: 'communication-doc', template: ` -

- Join the Contributors channel on the PrimeLand Discord server to connect with PrimeNG 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 PrimeNG 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. +

` }) -export class CommunicationDoc { - -} +export class CommunicationDoc {} diff --git a/src/app/showcase/doc/contribution/helpneededdoc.ts b/src/app/showcase/doc/contribution/helpneededdoc.ts index 40bc5b8cd6c..c956a83d958 100644 --- a/src/app/showcase/doc/contribution/helpneededdoc.ts +++ b/src/app/showcase/doc/contribution/helpneededdoc.ts @@ -17,7 +17,10 @@ import { Component } from '@angular/core';

We encourage you to send pull requests, especially for issues tagged with the help-needed label.

Community Support

-

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 PrimeNG.

+

+ 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 PrimeNG. +

` }) diff --git a/src/app/showcase/doc/contribution/pathwaydoc.ts b/src/app/showcase/doc/contribution/pathwaydoc.ts index 3d0214d0877..b5ffd0d5e31 100644 --- a/src/app/showcase/doc/contribution/pathwaydoc.ts +++ b/src/app/showcase/doc/contribution/pathwaydoc.ts @@ -6,7 +6,7 @@ import { Component } from '@angular/core';

PrimeTek offers an organization structure involving contributors and the core team:

Contributor Role

-

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.

+

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.

Committer Role

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 PrimeNG codebase.