From 02a69f44350c48602db3c5e08d82a75e5fa8978a Mon Sep 17 00:00:00 2001 From: Leonardo Mariscal Date: Wed, 25 Sep 2019 15:19:03 -0500 Subject: [PATCH] Move files and remove redundant github dependant files --- .github/CONTRIBUTING.md | 1 - .github/FUNDING.yml | 12 ---------- .github/ISSUE_TEMPLATE.md | 42 ---------------------------------- .github/README.md => README.md | 0 4 files changed, 55 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE.md rename .github/README.md => README.md (100%) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 4640904..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -# TODO diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 8b72490..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,12 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: lmariscal -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -custom: # Replace with a single custom sponsorship URL diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 7557fee..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,42 +0,0 @@ -**Note: for support questions, please use stackoverflow or irc**. This -repository's issues are reserved for feature requests and bug reports. - -* **I'm submitting a ...** - - [ ] bug report - - [ ] feature request - - [ ] support request => Please do not submit support request here, see note - at the top of this template. - - -* **Do you want to request a *feature* or report a *bug*?** - - - -* **What is the current behavior?** - - - -* **If the current behavior is a bug, please provide the steps to reproduce and -if possible a minimal demo of the problem** - - - -* **What is the expected behavior?** - - - -* **What is the motivation / use case for changing the behavior?** - - - -* **Please tell us about your environment:** - - - Version: [ 0.3.6 | 1.0.0 ] - - OS: [ Windows | MacOS | Linux ] - - Bindings: [ OpenGL | GLFW | ImGui | STB | Vulkan ] - - Backend: [ C | CPP ] - - -* **Other information** (e.g. detailed explanation, stacktraces, related issues, -suggestions how to fix, links for us to have context, eg. stackoverflow, -docs.gl, documentation etc) diff --git a/.github/README.md b/README.md similarity index 100% rename from .github/README.md rename to README.md