136 Search results for "readme"
Codespaces / Troubleshooting /
Troubleshooting your connection to GitHub Codespaces
JupyterLab documentation.
For more information about the python feature, see the README page in the devcontainers/features repository. For more information about
GitHub Packages / Learn GitHub Packages /
Connecting a repository to a package
landing page will show information and links from the repository, such as the README. You can also choose to have the package inherit its access permissions
Building communities / Healthy contributions /
Creating a default community health file
default files cannot be private.
Select Initialize this repository with a README.
Click Create repository.
In the repository, create one of the supported
GitHub Sponsors / Receiving sponsorships /
Managing your sponsorship tiers
rewards for a tier could include:
Early access to new versions
Logo or name in README
Weekly newsletter updates
Other rewards your sponsors would enjoy ✨
You
Codespaces / Setting up your project / Adding a dev container configuration /
Setting up a Python project for GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name":
Codespaces / Setting up your project / Adding a dev container configuration /
Setting up a Node.js project for GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
GitHub Packages / Managing GitHub packages with workflows /
Publishing and installing a package with GitHub Actions
"[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels`
Codespaces / Setting up your project / Setting up your repository /
Setting up a template repository for GitHub Codespaces
Codespaces."
Describe your template
If you don't have one, create a README for your template repository to describe the purpose of your template and
Codespaces / Developing in a codespace /
Getting started with GitHub Codespaces for machine learning
option "installJupyterlab": true. For more information, see the README for the python feature, in the devcontainers/features repository.
Configuring
GitHub Actions / Share automations / Create actions /
Dockerfile support for GitHub Actions
Dockerfile, follow these guidelines:
Document required arguments in the action's README and omit them from the CMD instruction.
Use defaults that allow using the