CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 21:26:34 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"090338921c2bb66c628ba66d4c76bee8"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=ixDI7wFSvqOfsK%2FaLnbZrjWQlVdj%2BxtbVmgmc1XJ4RDUGww6ZoryPtb8aTiFwbVD%2FQKos%2FrQSGmGrAnV%2BiovuPRTtNmnqdtXdIGNBYmqQDQfjUQd4sOxY%2BbSJGXq1r7KS%2FJ7bX0GWsnox1QU%2F6JBWHecShDyxMnDTCHtZZiLIW%2BqnWPpSJ5C%2BfllJyNPQMFnZk2c4TrhYnF1z5n1psd7P%2BRcG0%2BtAPx8IL18lQgyWa54lVNbPntLmSReuDgSP4R6Zl45q%2BolbfT3zHRGZ1GWeQ%3D%3D--KX5HBklLYUs4zyaG--DbNwAyoqXIImjgFa1JgMNQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.973360748.1753305994; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 21:26:34 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 21:26:34 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: EE26:3644F0:10D3D7E:14130DD:6881538A
Development Workflow · ryanoasis/nerd-fonts Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Development Workflow
Fini Jastrow edited this page Oct 17, 2022
·
5 revisions
This describes the overall workflow and release methodology for the Nerd Fonts project. For specifics see the Development Guide
- Keep contributor(s) barrier to entry as low as possible
- "Release early, release often"
- KISS (Keep it simple, stupid)
- The default branch is basically the stable dev or nightly branch
- Pull Requests are simply merged in (not rebased)
- There are no squashing requirements at the moment
- Each release will have a tag and a branch
- Tags will follow format of:
vMAJOR.MINOR.PATCH
- Braches will follow format of:
MAJOR.MINOR.PATCH
- Tags will follow format of:
- Pull Requests and Bug Fixes go directly into the default branch after basic testing
- Releases are built and 'released' about once a month
- Items/Issues ready at this time (i.e. in the default branch) get added in the release
- Items/Issues not ready at this time do get to be in the official release
*Based on GitFlow, GitHub Flow and a few others workflows
This Wiki and the Readme contains a lot of information, please take your time to read the information.
If you run into any trouble, please start by looking in the FAQ and if you still need help you can visit the Gitter Chat.
There is a heavily detailed Changelog and Release changes.
Be sure to read the Contributing Guide before opening a pull request to Nerd Fonts.
If you have any questions about the Nerd Fonts usage or want to share some information with the community, please go to one of the following places:
Clone this wiki locally
You can’t perform that action at this time.