Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 3.5 KB

File metadata and controls

48 lines (26 loc) · 3.5 KB


{% comment %}Extract event name (e.g "PW39_2023_Montreal"). {% endcomment %} {%- assign event_name = page.path | split: '/' | first -%}

Contributing Project Pages

Creating new project pages

With the Project Week GitHub Issue page, you have two options to create your Project Page:

  1. [Create a Project](https://github.com/NA-MIC/ProjectWeek/issues/new?assignees=sjh26&labels=project%2Cevent%3A{{ event_name }}&projects=&template=project.yml&title=Project%3A+) issue: If you are ready to create your page, you can simply create a “Project” issue. This issue will allow you to fill out a convenient form to provide the necessary details. The Project Week website team will then review the issue and trigger the page creation pull request.

  2. Create the project page yourself using the template: If you prefer to create the Project Page yourself, you can still do so by using the provided template and submitting a pull request.

Project Creation Tips

Updating existing project pages

Here are the steps using the GitHub web interface:

  1. Navigate to your project's README.md on the GitHub website. For instance, if you want to update a project called YourProjectName, visit the URL like the following:

    https://github.com/NA-MIC/ProjectWeek/blob/master/{{ event_name }}/Projects/<b>YourProjectName</b>/README.md
    
  2. Click the edit button, as shown in this screenshot: Screenshot 2023-06-12 10 43 35

  3. You can now edit the page, add images by dragging and dropping, and more.

  4. Once done, click "Commit Changes", and follow the instructions to create a fork and a pull request to add your changes to the webpage. See this screenshot for reference: Screenshot 2023-06-12 10 50 50