Skip to content

Fixed bug in Contributor Guidelines page #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions src/pages/gsoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function gsoc() {

<p>&nbsp;</p>

<h2><a href="gsoc_apply">How to apply?</a></h2>
<h2><a href="#how-to-apply" onClick={(e) => e.preventDefault()}>How to apply?</a></h2>

There are two steps to the application process:

Expand All @@ -49,15 +49,13 @@ function gsoc() {

<ul>
<li>Choose a project from our <a href="gsoc_ideas.html">project ideas list</a> or come up with your own.</li>
<li>Join the #gsoc-2023 channel in our slack workspace and introduce yourself</li>
<li>Join the <a href="https://pecanproject.slack.com/archives/C0853U6GF71" target="_blank" rel="noopener noreferrer">#gsoc-2025</a> channel in our slack workspace and introduce yourself</li>
<li>Send message to your project-specific mentors indicating that you are interested in their idea and how you plan to implement the idea</li>
</ul>

<p>&nbsp;</p>

When talking to the mentors, use the following questions to introuduce yourself:

<p>&nbsp;</p>
<h3>When talking to the mentors, use the following questions to introuduce yourself:</h3>

<ul>
<li>What interests you most about our project?</li>
Expand Down
Loading