Skip to main content

136 Search results for "readme"

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

Code security / Supply chain security / Understand your supply chain /

Customizing your dependency review action configuration

For more information on all the possible customization options, see the README in the dependency review action documentation. Best practices When customizing

Codespaces / Setting up your project / Adding a dev container configuration /

Setting up a Java 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/java { "name":

Codespaces / Setting up your project / Adding a dev container configuration /

Setting up a C# (.NET) 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/dotnet { "name":

Codespaces / Setting up your project / Adding a dev container configuration /

Setting up a PHP 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/php { "name":

REST API /

Quickstart for GitHub REST API

install octokit. For other ways to install or load octokit, see the Octokit.js README. Import octokit in your script. For example, import { Octokit } from "octokit";

Search on GitHub / Searching on GitHub /

Searching code (legacy)

subdirectories. Qualifier Example path:/ octocat filename:readme path:/ matches readme files with the word "octocat" that are located at the root level

GitHub Sponsors / Receiving sponsorships /

Setting up GitHub Sponsors for your personal account

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

Site policy / GitHub Terms /

GitHub Community Guidelines

understand how to interact with their projects, for example, in a repository’s README, CONTRIBUTING file, or dedicated code of conduct. You can find additional

Codespaces / Developing in a codespace /

Creating a codespace from a template

technology you're working with, plus typically some extra files such as a README file, a .gitignore file, and dev container configuration files containing