Skip to main content

134 Search results for "readme"

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

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

GitHub Actions / Share automations / Create actions /

Metadata syntax for GitHub Actions

require inputs that you must set using the with keyword. Review the action's README file to determine the inputs required. runs: using: "composite"

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

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

Code security / Security advisories / Guidance on reporting and writing /

About coordinated disclosure of security vulnerabilities

reporting instructions clearly available, for example in your project’s README file. For information about adding a security policy, see "Adding a