Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents

Introduction

In this short document we will describe how use can contribute to https://learn.arm.com/ - Learning Path for WindowsPerf.

Please see https://learn.arm.com/learning-paths/cross-platform/_example-learning-path/setup/ learning path to understand how to install and contribute to arm Learning Path in general. This document will explain how to contribute to existing WindowsPerf learning path.

Prerequisites

Contribute

  1. In order to contribute and send pull requests to Learning Path repo you must create https://github.com/ArmDeveloperEcosystem/arm-learning-paths fork. Go to arm-learning-path GitHub page and with your user account create fork.

  2. Clone your arm-learning-path fork locally.

...

WindowsPerf Learning Path articles

arm-learning-paths\content\learning-paths\laptops-and-desktops\windowsperf\*.md

arm-learning-paths\content\install-guides\wperf.md

Sending pull request to arm-learning-paths repo

  1. Create new branch in your fork.

  2. Update / add new content to Learning Path.

  3. Commit your changes locally.

  4. Git push your local branch to your remote fork.

  5. You can use GitHub online interface to create pull request.

...