All Projects → TheAlgorithms → .github

TheAlgorithms / .github

Licence: other
Default configuration for @TheAlgorithms repos

Projects that are alternatives of or similar to .github

github-templates
Good templates for the issue, pull request, and contributing templates on GitHub, GitLab, and Bitbucket.
Stars: ✭ 65 (+14.04%)
Mutual labels:  contributing, issue-template, pull-request-template
uos.docs
U°OS docs; CONTRIBUTING.md
Stars: ✭ 29 (-49.12%)
Mutual labels:  code-of-conduct, contributing
Follow Github Organisation
Get notified when a new repository is created in a GitHub organisation
Stars: ✭ 143 (+150.88%)
Mutual labels:  support, organization
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+156.14%)
Mutual labels:  configuration
arkenv
Type-safe Kotlin configuration by delegates
Stars: ✭ 15 (-73.68%)
Mutual labels:  configuration
cue
The new home of the CUE language! Validate and define text-based and dynamic configuration
Stars: ✭ 2,466 (+4226.32%)
Mutual labels:  configuration
goodconf
Transparently load variables from environment or JSON/YAML file.
Stars: ✭ 80 (+40.35%)
Mutual labels:  configuration
neovim-config
Modern NeoVim config for IDE-like development
Stars: ✭ 89 (+56.14%)
Mutual labels:  configuration
eslint-define-config
Provide a defineConfig function for .eslintrc.js files
Stars: ✭ 61 (+7.02%)
Mutual labels:  configuration
SQLGitHub
💻 SQLGitHub — Managing GitHub organization made easier
Stars: ✭ 34 (-40.35%)
Mutual labels:  organization
laravel-conditional-providers
THIS PACKAGE HAS BEEN DEPRECATED — Load Laravel service providers and facades based on the current environment.
Stars: ✭ 26 (-54.39%)
Mutual labels:  configuration
dotfiles
Dotfiles repo
Stars: ✭ 12 (-78.95%)
Mutual labels:  configuration
XboxDev
Information about XboxDev and issue tracker for the entire XboxDev ecosystem
Stars: ✭ 64 (+12.28%)
Mutual labels:  organization
animated-tailwindcss
A configuration to use Animate.css with Tailwind CSS.
Stars: ✭ 75 (+31.58%)
Mutual labels:  configuration
dotfiles
My personal app/env configs and dotfiles.
Stars: ✭ 27 (-52.63%)
Mutual labels:  configuration
config-loader
[DEPRECATED] A loader for webpack configuration files
Stars: ✭ 14 (-75.44%)
Mutual labels:  configuration
apollo-docker
Apollo阿波罗配置中心docker
Stars: ✭ 23 (-59.65%)
Mutual labels:  configuration
Manuals-and-Tutorials
Manuals about everything I work with
Stars: ✭ 15 (-73.68%)
Mutual labels:  configuration
RDMnet
Implementation of ANSI E1.33
Stars: ✭ 29 (-49.12%)
Mutual labels:  configuration
cookiecutter-django-herokuapp
A cookiecutter template for creating Django 1.7+ / Python 3 projects quickly, thought optimized for Heroku in the meantime.
Stars: ✭ 20 (-64.91%)
Mutual labels:  configuration

.github

Introduction

Default files for @TheAlgorithms repositories.

GitHub will use and display default files for any public repository in @TheAlgorithms organization that does not have its own file of that type in any of the following places:

  • the root of the repository
  • the .github folder
  • the docs folder

For example, anyone who creates an issue or pull request in a public repository that does not have its own CONTRIBUTING file will see a link to the default CONTRIBUTING file.

The files are not included in clones, packages, or downloads of individual repositories because they are stored only in the .github repository.

Supported file types

The default file types supported by GitHub are as follows:

  • CODE_OF_CONDUCT: A CODE_OF_CONDUCT file defines standards for how to engage in a community.
  • CONTRIBUTING: A CONTRIBUTING file communicates how people should contribute to your project.
  • FUNDING: A FUNDING file displays a sponsor button in your repository to increase the visibility of funding options for your open source project.
  • Issue and pull request templates: Issue and pull request templates customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository.
  • SECURITY: A SECURITY file gives instructions for how to responsibly report a security vulnerability in your project.
  • SUPPORT: A SUPPORT file lets people know about ways to get help with your project.

Note: License files must be added to individual repositories so the file will be included when a project is cloned, packaged, or downloaded.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].