0
0.0
Jun 24, 2022
06/22
by
github
software
eye 0
favorite 0
comment 0
Documentation for GitHub Copilot GitHub Copilot Welcome to the GitHub Copilot user community!In this repository, you can find documentation, walkthroughs, examples, and the latest resources you need to use GitHub Copilot. Getting Started To install GitHub Copilot, check out the Getting Started guides:- Visual Studio Code - Visual Studio - JetBrains - Neovim For a tour of GitHub Copilot, visit the homepage at copilot.github.com . How to get help Have a question, or want to provide feedback?...
Topics: GitHub, code, software, git
52
52
May 30, 2017
05/17
by
github
software
eye 52
favorite 0
comment 0
Language Savant. If your repository's language is being reported incorrectly, send us a pull request! Linguist This library is used on GitHub.com to detect blob languages, ignore binary or vendored files, suppress generated files in diffs, and generate language breakdown graphs. See Troubleshooting and CONTRIBUTING.md before filing an issue or creating a pull request. Troubleshooting My repository is detected as the wrong language The Language stats bar displays languages percentages for the...
Topics: GitHub, code, software, git
15
15
Nov 4, 2021
11/21
by
github
software
eye 15
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
49
49
Jul 24, 2017
07/17
by
github
software
eye 49
favorite 0
comment 0
Software U2F authenticator for macOS Soft U2F is a software U2F authenticator for OS X. It emulates a hardware U2F HID device and performs cryptographic operations using the OS X Keychain. This tool works with Google Chrome and Opera's built-in U2F implementations as well as with the U2F extensions for OS X Safari and Firefox. We take the security of this project seriously. Report any security vulnerabilities to the GitHub Bug Bounty Program . Installing You can download the installer here ....
Topics: GitHub, code, software, git
14
14
Nov 15, 2021
11/21
by
github
software
eye 14
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
35
35
Jun 4, 2017
06/17
by
github
software
eye 35
favorite 0
comment 0
A public place for all platform sample projects. platform-samples This is a public place for all sample projects related to the GitHub Platform. Hierarchy The directories are organized to correlate with guides found on developer.github.com.But here it is, broken down: api : here's a bunch of sample code relating to the API. Subdirectories in thiscategory are broken up by language. Do you have a language sample you'd like added?Make a pull request and we'll consider it. graphql : here's a bunch...
Topics: GitHub, code, software, git
25
25
Aug 22, 2019
08/19
by
github
software
eye 25
favorite 0
comment 0
A collection of useful .gitignore templates A collection of .gitignore templates This is GitHub’s collection of .gitignore file templates.We use this list to populate the .gitignore template choosers availablein the GitHub.com interface when creating new repositories and files. For more information about how .gitignore files work, and how to use them,the following resources are a great place to start: The Ignoring Files chapter of the Pro Git book. The Ignoring Files article on the GitHub...
Topics: GitHub, code, software, git
23
23
Oct 11, 2020
10/20
by
github
software
eye 23
favorite 0
comment 0
This is the open-source repo for docs.github.com. GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article:- Contributing - READMEs - License - Contributors ✨ Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line...
Topics: GitHub, code, software, git
24
24
Dec 7, 2020
12/20
by
github
software
eye 24
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
36
36
Oct 21, 2017
10/17
by
github
software
eye 36
favorite 0
comment 0
Client side accessibility error scanner. accessibilityjs Client side accessibility error scanner. Install npm install accessibilityjs --save Usage ```javascriptimport {scanForProblems} from 'accessibilityjs' function logError(error) { error.element.classList.add('accessibility-error') error.element.addEventListener('click', function () { alert( ${error.name}\n\n${error.message} ) }, {once: true})} document.addEventListener('DOMContentLoaded', function() { scanForProblems(document,...
Topics: GitHub, code, software, git
11
11
May 5, 2021
05/21
by
github
software
eye 11
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
44
44
Jun 21, 2020
06/20
by
github
software
eye 44
favorite 0
comment 0
Combination of multiple linters to install as a GitHub Action Super-Linter This repository is for the GitHub Action to run a Super-Linter . It is a simple combination of various linters, written in bash , to help validate your source code. The end goal of this tool:- Prevent broken code from being uploaded to the default branch (Usually master )- Help establish coding best practices across multiple languages- Build guidelines for code layout and format- Automate the process to help streamline...
Topics: GitHub, code, software, git
53
53
Mar 7, 2018
03/18
by
github
software
eye 53
favorite 0
comment 0
Compute various size metrics for a Git repository, flagging those that might cause problems Happy Git repositories are all alike; every unhappy Git repository is unhappy in its own way. —Linus Tolstoy git-sizer Is your Git repository bursting at the seams? git-sizer computes various size metrics for a Git repository, flagging those that might cause you problems or inconvenience. For example: Is the repository too big overall? Ideally, Git repositories should be under 1 GiB, and (without...
Topics: GitHub, code, software, git
0
0.0
Jul 19, 2022
07/22
by
github
software
eye 0
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
59
59
May 4, 2021
05/21
by
github
software
eye 59
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
36
36
Nov 3, 2021
11/21
by
github
software
eye 36
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions of how to get started with our project....
Topics: GitHub, code, software, git
13
13
Feb 28, 2022
02/22
by
github
software
eye 13
favorite 0
comment 0
Security vulnerability database inclusive of CVEs and GitHub originated security advisories from the world of open source software. GitHub Advisory Database A database of CVEs and GitHub-originated security advisories affecting the open source world. The database is free and open source and is a tool for and by the community. Submit pull requests to help improve our database of software vulnerability information for all. Goals To provide a free and open-source repository of security advisories....
Topics: GitHub, code, software, git
23
23
Jul 20, 2021
07/21
by
github
software
eye 23
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
3
3.0
May 27, 2022
05/22
by
github
software
eye 3
favorite 0
comment 0
Documentation for GitHub Copilot GitHub Copilot Welcome to the GitHub Copilot user community!In this repository, you can find documentation, walkthroughs, examples, and the latest resources you need to use GitHub Copilot. Getting Started To install GitHub Copilot, check out the Getting Started guides:- Visual Studio Code - Visual Studio - JetBrains - Neovim For a tour of GitHub Copilot, visit the homepage at copilot.github.com . How to get help Have a question, or want to provide feedback?...
Topics: GitHub, code, software, git
18
18
Mar 1, 2022
03/22
by
github
software
eye 18
favorite 0
comment 0
Public feedback discussions for: GitHub for Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more! GitHub public feedback discussions In this repository, you can find the official GitHub public feedback discussions for the following product areas, as well as an overall category for general product feedback: GitHub Actions - :ship: Actions and Packages Feedback GitHub Code Search - :mag_right: Code Search Feedback GitHub Codespaces - :computer: Codespaces...
Topics: GitHub, code, software, git
24
24
Dec 4, 2021
12/21
by
github
software
eye 24
favorite 0
comment 0
Community-curated topic and collection pages on GitHub GitHub Explore This repository houses all of the community-curated content for GitHub Topics and Collections. Topics help you explore repositories in a particular subject area, learn more about that subject, and find projects to contribute to. Collections help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme. If you want to suggest edits to an existing topic page or collection,...
Topics: GitHub, code, software, git
21
21
Jan 15, 2022
01/22
by
github
software
eye 21
favorite 0
comment 0
GitHub public roadmap GitHub public roadmap :sparkle: View the official GitHub public product roadmap [^1] Our product roadmap is where you can learn about what features we're working on, what stage they're in, and when we expect to bring them to you. Have any questions or comments about items on the roadmap? Share your feedback via GitHub public feedback discussions . The roadmap repository is for communicating GitHub’s roadmap. Existing issues are currently read-only, and we are locking...
Topics: GitHub, code, software, git
12
12
Jan 16, 2022
01/22
by
github
software
eye 12
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
5
5.0
May 3, 2022
05/22
by
github
software
eye 5
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
8
8.0
Mar 24, 2022
03/22
by
github
software
eye 8
favorite 0
comment 0
Documentation for GitHub Copilot GitHub Copilot Welcome to the GitHub Copilot user community!In this repository, you can find documentation, walkthroughs, examples, and the latest resources you need to use GitHub Copilot. Getting Started To install GitHub Copilot, check out the Getting Started guides:- Visual Studio Code - Visual Studio - JetBrains - Neovim For a tour of GitHub Copilot, visit the homepage at copilot.github.com . How to get help Have a question, or want to provide feedback?...
Topics: GitHub, code, software, git
2
2.0
Jun 23, 2022
06/22
by
github
software
eye 2
favorite 0
comment 0
Documentation for GitHub Copilot GitHub Copilot Welcome to the GitHub Copilot user community!In this repository, you can find documentation, walkthroughs, examples, and the latest resources you need to use GitHub Copilot. Getting Started To install GitHub Copilot, check out the Getting Started guides:- Visual Studio Code - Visual Studio - JetBrains - Neovim For a tour of GitHub Copilot, visit the homepage at copilot.github.com . How to get help Have a question, or want to provide feedback?...
Topics: GitHub, code, software, git
26
26
May 16, 2018
05/18
by
github
software
eye 26
favorite 0
comment 0
A collection of useful .gitignore templates A collection of .gitignore templates This is GitHub’s collection of .gitignore file templates.We use this list to populate the .gitignore template choosers availablein the GitHub.com interface when creating new repositories and files. For more information about how .gitignore files work, and how to use them,the following resources are a great place to start: The Ignoring Files chapter of the Pro Git book. The Ignoring Files article on the GitHub...
Topics: GitHub, code, software, git
18
18
Apr 21, 2021
04/21
by
github
software
eye 18
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
12
12
May 5, 2021
05/21
by
github
software
eye 12
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
26
26
Oct 5, 2021
10/21
by
github
software
eye 26
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of the this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions of how to get started with our...
Topics: GitHub, code, software, git
10
10.0
Jan 18, 2022
01/22
by
github
software
eye 10
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
34
34
Dec 8, 2020
12/20
by
github
software
eye 34
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
11
11
Oct 4, 2021
10/21
by
github
software
eye 11
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of the this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions of how to get started with our...
Topics: GitHub, code, software, git
37
37
Jun 20, 2020
06/20
by
github
software
eye 37
favorite 0
comment 0
Combination of multiple linters to install as a GitHub Action Super-Linter This repository is for the GitHub Action to run a Super-Linter . It is a simple combination of various linters, written in bash , to help validate your source code. The end goal of this tool:- Prevent broken code from being uploaded to the default branch (Usually master )- Help establish coding best practices across multiple languages- Build guidelines for code layout and format- Automate the process to help streamline...
Topics: GitHub, code, software, git
9
9.0
Feb 2, 2022
02/22
by
github
software
eye 9
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
35
35
Oct 18, 2017
10/17
by
github
software
eye 35
favorite 0
comment 0
Client side accessibility error scanner. accessibilityjs Client side accessibility error scanner. Install npm install accessibilityjs --save Usage ```javascriptimport {scanForProblems} from 'accessibilityjs' function logError(error) { error.element.classList.add('accessibility-error') error.element.addEventListener('click', function () { alert( ${error.name}\n\n${error.message} ) }, {once: true})} document.addEventListener('ready', function() { scanForProblems(document, logError)})``` List of...
Topics: GitHub, code, software, git
9
9.0
Jul 18, 2021
07/21
by
github
software
eye 9
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
16
16
Feb 28, 2021
02/21
by
github
software
eye 16
favorite 0
comment 0
CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security (code scanning), LGTM.com, and LGTM Enterprise CodeQL This open source repository contains the standard CodeQL libraries and queries that power LGTM and the other CodeQL products that GitHub makes available to its customers worldwide. For the queries, libraries, and extractor that power Go analysis, visit the CodeQL for Go repository . How do I learn CodeQL...
Topics: GitHub, code, software, git
33
33
Oct 9, 2020
10/20
by
github
software
eye 33
favorite 0
comment 0
This is the open-source repo for docs.github.com. GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article:- Contributing - READMEs - License - Contributors ✨ Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line...
Topics: GitHub, code, software, git
15
15
Apr 6, 2021
04/21
by
github
software
eye 15
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
19
19
Nov 29, 2021
11/21
by
github
software
eye 19
favorite 0
comment 0
A collection of useful .gitignore templates A collection of .gitignore templates This is GitHub’s collection of .gitignore file templates.We use this list to populate the .gitignore template choosers availablein the GitHub.com interface when creating new repositories and files. For more information about how .gitignore files work, and how to use them,the following resources are a great place to start: The Ignoring Files chapter of the Pro Git book. The Ignoring Files article on the GitHub...
Topics: GitHub, code, software, git
7
7.0
May 3, 2022
05/22
by
github
software
eye 7
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
38
38
Oct 10, 2020
10/20
by
github
software
eye 38
favorite 0
comment 0
This is the open-source repo for docs.github.com. GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article:- Contributing - READMEs - License - Contributors ✨ Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line...
Topics: GitHub, code, software, git
16
16
Mar 28, 2022
03/22
by
github
software
eye 16
favorite 0
comment 0
Documentation for GitHub Copilot GitHub Copilot Welcome to the GitHub Copilot user community!In this repository, you can find documentation, walkthroughs, examples, and the latest resources you need to use GitHub Copilot. Getting Started To install GitHub Copilot, check out the Getting Started guides:- Visual Studio Code - Visual Studio - JetBrains - Neovim For a tour of GitHub Copilot, visit the homepage at copilot.github.com . How to get help Have a question, or want to provide feedback?...
Topics: GitHub, code, software, git
9
9.0
Feb 1, 2022
02/22
by
github
software
eye 9
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git
7
7.0
Jul 20, 2021
07/21
by
github
software
eye 7
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
16
16
Apr 21, 2021
04/21
by
github
software
eye 16
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. In this article: Contributing READMEs License Contributing Start contributing right now: We accept a lot of different contributions , including some that don't require you to write a single line of code. Click make a contribution...
Topics: GitHub, code, software, git
77
77
Jan 28, 2020
01/20
by
github
software
eye 77
favorite 0
comment 0
Determines which markup library to use to render a content file (e.g. README) on GitHub GitHub Markup This library is the first step of a journey that every markup file in a repository goes on before it is rendered on GitHub.com: github-markup selects an underlying library to convert the raw markup to HTML. See the list of supported markup formats below. The HTML is sanitized, aggressively removing things that could harm you and your kin—such as script tags, inline-styles, and class or id...
Topics: GitHub, code, software, git
51
51
Apr 21, 2019
04/19
by
github
software
eye 51
favorite 0
comment 0
Download the bundle github-hub_-_2019-04-21_07-51-31.bundle and run: git clone github-hub_-_2019-04-21_07-51-31.bundle -b master A command-line tool that makes git easier to use with GitHub. hub is a command line tool that wraps git in order to extend it with extrafeatures and commands that make working with GitHub easier. This repository and its issue tracker is not for reporting problems withGitHub.com web interface. If you have a problem with GitHub itself, please contact Support . Usage ```...
Topics: GitHub, code, software, git
5
5.0
May 2, 2022
05/22
by
github
software
eye 5
favorite 0
comment 0
The open-source repo for docs.github.com GitHub Docs This repository contains the documentation website code and Markdown source files for docs.github.com . GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo. Use the table of contents icon on the top left corner of this document to get to a specific section of this guide quickly. Contributing See the contributing guide for detailed instructions on how to get started with our project....
Topics: GitHub, code, software, git