From f0e04e6df7aa509d76ab831a05320476e81d3bd9 Mon Sep 17 00:00:00 2001 From: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Sun, 4 Sep 2022 12:39:03 +0300 Subject: [PATCH] Delete .github directory --- .github/CONTRIBUTING.md | 43 ------------------- .github/ISSUE_TEMPLATE/bug-report---code.md | 25 ----------- .github/ISSUE_TEMPLATE/bug-report---game.md | 25 ----------- .github/ISSUE_TEMPLATE/bug-report---misc.md | 25 ----------- .github/ISSUE_TEMPLATE/bug-report---npc.md | 25 ----------- .github/ISSUE_TEMPLATE/bug-report---tools.md | 25 ----------- .../bug-report---visuals-graphics.md | 29 ------------- .../ISSUE_TEMPLATE/bug-report---vscript.md | 25 ----------- .../ISSUE_TEMPLATE/feature-request---code.md | 22 ---------- .../ISSUE_TEMPLATE/feature-request---game.md | 22 ---------- .../ISSUE_TEMPLATE/feature-request---misc.md | 22 ---------- .../ISSUE_TEMPLATE/feature-request---npc.md | 22 ---------- .../ISSUE_TEMPLATE/feature-request---tools.md | 22 ---------- .../feature-request---visuals-graphics.md | 23 ---------- .../feature-request---vscript.md | 22 ---------- .github/pull-request-template.md | 11 ----- 16 files changed, 388 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---code.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---game.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---misc.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---npc.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---tools.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---visuals-graphics.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-report---vscript.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---code.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---game.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---misc.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---npc.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---tools.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---visuals-graphics.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request---vscript.md delete mode 100644 .github/pull-request-template.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 48256d92..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,43 +0,0 @@ -This file details how to contribute to the Mapbase project on GitHub: - https://github.com/mapbase-source/source-sdk-2013 - -For the original Source SDK 2013 contribution guidelines, click here: - https://github.com/ValveSoftware/source-sdk-2013/blob/master/CONTRIBUTING - ---- - -Mapbase is a project which many Source modders draw from, so it has its own unique standards -for contributions which differ from other projects, but it is still an open-source repository -that is always open to contributions. - -Whenever you contribute to the Mapbase repository, you must keep in mind that any contributions -made could be deployed to all mods utilizing Mapbase, which can include everything from high-profile -Steam mods to amateur HL2 maps. Many contributions can also end up being available in both SP and MP -if the contributions are not obviously exclusive to one of the two. - -All contributions must follow the following rules: - - * A contribution must be aligned with Mapbase's goals and priorities and should not be "subjective" - or related to a specific mod or type of mod. For example, fixing an existing issue or adding a - new tool for mappers to use is usually fine, but adding a new custom weapon with its own assets - is usually not fit for Mapbase. - - * All content in a contribution must be either already legally open-source or done with the - full permission of the content's original creator(s). - - * Contributions must not break existing maps/content or interfere with them in a negative or non-objective way. - - * Code contributions are not obliged to follow Mapbase's preprocessor conventions (e.g. #ifdef MAPBASE), - although following them is usually acceptable. - - * If you are contributing a file you created yourself specifically for Mapbase, you are required to - use the custom "Mapbase - Source 2013" header used in other Mapbase files as of Mapbase v5.0. - You are encouraged to append an "Author(s)" part to that header in your file in order to clarify who wrote it. - -If your contribution is accepted, you may be listed in Mapbase's credits and the README's external content list: - https://github.com/mapbase-source/source-sdk-2013/wiki/Mapbase-Credits#Contributors - https://github.com/mapbase-source/source-sdk-2013/blob/master/README - -You may also receive the "Contributor" or "Major Contributor" role on Mapbase's Discord server if you are -a member of it. - diff --git a/.github/ISSUE_TEMPLATE/bug-report---code.md b/.github/ISSUE_TEMPLATE/bug-report---code.md deleted file mode 100644 index 49724747..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---code.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report - Code -about: Create a bug report related to the source code itself. (e.g. a compile error) -title: "[CODE] " -labels: Bug -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Have '...' set to something -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report---game.md b/.github/ISSUE_TEMPLATE/bug-report---game.md deleted file mode 100644 index bdce4b18..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---game.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report - Game -about: Create a bug report related to game behavior. -title: "[GAME] " -labels: Bug -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Have '...' in the map -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report---misc.md b/.github/ISSUE_TEMPLATE/bug-report---misc.md deleted file mode 100644 index ca74bb35..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---misc.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report - Miscellaneous -about: Create a bug report not related to any of the other subjects. -title: "[MISC] " -labels: Bug -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Do '...' -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report---npc.md b/.github/ISSUE_TEMPLATE/bug-report---npc.md deleted file mode 100644 index a526c312..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---npc.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report - NPCs -about: Create a bug report related to NPCs. -title: "[NPCs] " -labels: Bug -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Have '...' do something -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report---tools.md b/.github/ISSUE_TEMPLATE/bug-report---tools.md deleted file mode 100644 index cdbe3beb..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---tools.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report - Tools -about: Create a bug report related to compile tools, editor stuff, etc. -title: "[TOOLS] " -labels: Bug, Tools -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Have '...' in the map -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report---visuals-graphics.md b/.github/ISSUE_TEMPLATE/bug-report---visuals-graphics.md deleted file mode 100644 index 8e4c66f8..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---visuals-graphics.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report - Visuals/Graphics -about: Create a bug report related to visual issues. (e.g. shaders, projected textures, - etc.) -title: "[VISUAL] " -labels: Bug -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Have '...' in the map -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - -### Media -Any related screenshots, videos, etc. which show the bug. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report---vscript.md b/.github/ISSUE_TEMPLATE/bug-report---vscript.md deleted file mode 100644 index 244fbc21..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report---vscript.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report - VScript -about: Create a bug report related to VScript. -title: "[VSCRIPT] " -labels: Bug, VScript -assignees: '' - ---- - -### Describe the bug -A clear and concise description of what the bug is. - -### Steps to reproduce -Steps to reproduce the behavior: -1. Have '...' in the script -2. ??? -3. See error - -### Expected behavior -A clear and concise description of what you expected to happen. - ---- - -### Additional context -(Optional) Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---code.md b/.github/ISSUE_TEMPLATE/feature-request---code.md deleted file mode 100644 index c1a7cc5e..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---code.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request - Code -about: Suggest an idea related to the source code itself. (e.g. a new utility function) -title: "[CODE] " -labels: Enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---game.md b/.github/ISSUE_TEMPLATE/feature-request---game.md deleted file mode 100644 index b943b87d..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---game.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request - Game -about: Suggest an idea related to game behavior. -title: "[GAME] " -labels: Enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---misc.md b/.github/ISSUE_TEMPLATE/feature-request---misc.md deleted file mode 100644 index 3f5ef86c..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---misc.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request - Miscellaneous -about: Suggest an idea not related to any of the other subjects. -title: "[MISC] " -labels: Enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---npc.md b/.github/ISSUE_TEMPLATE/feature-request---npc.md deleted file mode 100644 index a8ae910d..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---npc.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request - NPCs -about: Suggest an idea related to NPCs. -title: "[NPCs] " -labels: Enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---tools.md b/.github/ISSUE_TEMPLATE/feature-request---tools.md deleted file mode 100644 index 3043db79..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---tools.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request - Tools -about: Suggest an idea related to compile tools, editor stuff, etc. -title: "[TOOLS] " -labels: Enhancement, Tools -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---visuals-graphics.md b/.github/ISSUE_TEMPLATE/feature-request---visuals-graphics.md deleted file mode 100644 index 5067b45b..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---visuals-graphics.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request - Visuals/Graphics -about: Suggest an idea related to visuals or graphics. (e.g. shaders, projected textures, - etc.) -title: "[VISUAL] " -labels: Enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---vscript.md b/.github/ISSUE_TEMPLATE/feature-request---vscript.md deleted file mode 100644 index dde39768..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request---vscript.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature request - VScript -about: Suggest an idea related to VScript. -title: "[VSCRIPT] " -labels: Enhancement, VScript -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -### Describe the solution you'd like -A clear and concise description of what you want to happen. - -### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - ---- - -### Additional context -(Optional) Add any other context or screenshots about the feature request here. diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md deleted file mode 100644 index 53db0cc8..00000000 --- a/.github/pull-request-template.md +++ /dev/null @@ -1,11 +0,0 @@ -(Describe your PR here and then fill out the checklist at the bottom) - ---- - -#### Does this PR close any issues? -* (Optional) Insert issue number(s) and any related info here - - -#### PR Checklist -- [ ] **My PR follows all guidelines in the CONTRIBUTING.md file** -- [ ] My PR targets a `develop` branch OR targets another branch with a specific goal in mind