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
GitHub account that can be used to create pull requests on https://github.com/ArmDeveloperEcosystem/arm-learning-paths repository.
Linux or Windows system with installed:
Contribute
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.Clone your
arm-learning-path
fork locally.
...
WindowsPerf Learning Path articles |
---|
|
|
Sending pull request to arm-learning-paths
repo
Create new branch in your fork.
Update / add new content to Learning Path.
Commit your changes locally.
Git push your local branch to your remote fork.
You can use GitHub online interface to create pull request.
...