Skip to content

Commit

Permalink
Contribution | add links
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jul 29, 2024
1 parent 3959b2c commit 5c2dbf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 5 additions & 7 deletions src/app/showcase/doc/contribution/communicationdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import { Component } from '@angular/core';
selector: 'communication-doc',
template: `
<app-docsectiontext>
<p>
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.
</p>
<p>
Join the Contributors channel on the <a href="https://discord.com/invite/gzKFYnpmCY" target="_blank" rel="noopener noreferrer">PrimeLand Discord</a> 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.
</p>
</app-docsectiontext>
`
})
export class CommunicationDoc {

}
export class CommunicationDoc {}
5 changes: 4 additions & 1 deletion src/app/showcase/doc/contribution/helpneededdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ import { Component } from '@angular/core';
<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 PrimeNG.</p>
<p>
Assist other users by participating in the issue tracker, <a href="https://github.com/orgs/primefaces/discussions/categories/primeng" target="_blank" rel="noopener noreferrer">GitHub discussions</a>, and the
<a href="https://discord.com/invite/gzKFYnpmCY" target="_blank" rel="noopener noreferrer">PrimeLand Discord</a> server. Your expertise can help others solve problems and improve their experience with PrimeNG.
</p>
</app-docsectiontext>
`
})
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/doc/contribution/pathwaydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Component } from '@angular/core';
<app-docsectiontext>
<p>PrimeTek offers an organization structure involving contributors and the core team:</p>
<h3>Contributor Role</h3>
<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>
<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>
<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 PrimeNG codebase.</p>
Expand Down

0 comments on commit 5c2dbf2

Please sign in to comment.