Browse Source

Delete .github directory

pull/3/head
removedporn 2 years ago
committed by GitHub
parent
commit
633bae4277
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 50 deletions
  1. +0
    -3
      .github/CODEOWNERS
  2. +0
    -34
      .github/ISSUE_TEMPLATE.md
  3. +0
    -1
      .github/PULL_REQUEST_TEMPLATE.md
  4. +0
    -12
      .github/workflows/main.yml

+ 0
- 3
.github/CODEOWNERS View File

@ -1,3 +0,0 @@
# Codeowners for these exercise files:
# * (asterisk) deotes "all files and folders"
# Example: * @producer @instructor

+ 0
- 34
.github/ISSUE_TEMPLATE.md View File

@ -1,34 +0,0 @@
<!--
BEFORE POSTING YOUR ISSUE:
- These comments won't show up when you submit the issue.
- Please use the sections below to provide information about the issue.
- Be specific: Add as much detail as possible.
-->
## Issue Overview
<!-- A brief overview of the issue --->
## Describe your environment
<!-- Provide details about your environment: what editor, browser, and other software you are using and any other specifics to your setup -->
## Steps to Reproduce
<!-- Provide an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. Include a live link if available. -->
1.
2.
3.
4.
## Expected Behavior
<!-- What behavior did you expect? -->
## Current Behavior
<!-- What happened instead of the expected behavior? Describe the difference. -->
## Possible Solution
<!-- Optional: Do you have a fix or a suggestion on how to fix the issue? -->
## Screenshots / Video
<!-- Optional: Add any screenshots or video of the issue if available. -->
## Related Issues
<!-- List related issues -->

+ 0
- 1
.github/PULL_REQUEST_TEMPLATE.md View File

@ -1 +0,0 @@
<!-- This repository *does not* accept pull requests (PRs). All pull requests will be closed. See CONTRIBUTING.md for further details. -->

+ 0
- 12
.github/workflows/main.yml View File

@ -1,12 +0,0 @@
name: Copy To Branches
on:
workflow_dispatch:
jobs:
copy-to-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Copy To Branches Action
uses: planetoftheweb/copy-to-branches@v1

Loading…
Cancel
Save