more sidebar labels

This commit is contained in:
Jack Humbert
2023-04-19 10:31:32 -04:00
parent f48a88fc72
commit fff2249a7c
52 changed files with 304 additions and 25 deletions

View File

@@ -1,3 +1,8 @@
---
sidebar_position: 1
sidebar_label: Your Fork
---
# Your Fork's Master: Update Often, Commit Never
It is highly recommended for QMK development, regardless of what is being done or where, to keep your `master` branch updated, but ***never*** commit to it. Instead, do all your changes in a development branch and issue pull requests from your branches when you're developing.