summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/.github
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-07-17 09:19:06 -0300
committerRoger Gonzalez <roger@rogs.me>2020-07-17 09:19:06 -0300
commit9fe9310ccf4971f0d1976f9bdaafd04a68ea314b (patch)
treeff1d5d677d5b3c33ac7eb6252029f2a9d165d9b3 /.config/fisher/github.com/matchai/spacefish/.github
parent743caecfc68bb6d28f8de2e80bce671e42601c6a (diff)
Deleted fisher stuff
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/.github')
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md6
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Bug_report.md32
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Feature_request.md20
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Support_question.md13
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.github/PULL_REQUEST_TEMPLATE.md33
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.github/release-drafter.yml4
6 files changed, 0 insertions, 108 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 9422984d..00000000
--- a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,6 +0,0 @@
-<!---
-Thank you for filing an issue 😄 ! Before you hit "Submit", please do the following:
-
-Check the other issue templates if you are trying to submit a bug report, feature request, or a question
-Search existing issues before submitting since someone might have already submitted something similar!
--->
diff --git a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Bug_report.md b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Bug_report.md
deleted file mode 100644
index dc67fb97..00000000
--- a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Bug_report.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-name: 🐛 Bug Report
-about: If something isn't working as expected 🤔.
-
----
-
-## Bug Report
-
-**Current Behavior**
-A clear and concise description of the behavior.
-
-**Expected Behavior**
-A clear and concise description of what you expected to happen.
-
-**Relevant `Fish` Configuration**
-<!-- Can be found in ~/.config/fish/config.fish -->
-```fish
-# Your configuration here
-```
-
-**Environment**
-- Spacefish version: [the output of `echo $SPACEFISH_VERSION`]
-- Fish version: [the output of `fish --version`]
-- Fish plugin manager: [e.g. oh-my-fish, fisher, fin]
-- Terminal emulator: [e.g. iTerm, Hyper, Terminator]
-- Operating system: [e.g. OSX 10.13.4, Windows 10]
-
-**Possible Solution**
-<!--- Only if you have suggestions on a fix for the bug -->
-
-**Additional context/Screenshots**
-Add any other context about the problem here. If applicable, add screenshots to help explain.
diff --git a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Feature_request.md b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Feature_request.md
deleted file mode 100644
index a73f47f4..00000000
--- a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: 🚀 Feature Request
-about: I have a suggestion (and may want to implement it 🙂)!
-
----
-
-## Feature Request
-<!--
-Please keep in mind that we are working to achieve feature parity with Spaceship.
-If this proposed feature doesn't already exist in Spaceship, please submit a PR there instead.
--->
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I have an issue when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen. Add any considered drawbacks.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
diff --git a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Support_question.md b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Support_question.md
deleted file mode 100644
index 65bce552..00000000
--- a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Support_question.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-name: 🤗 Support Question
-about: If you have a question about configuring Spacefish 💬
-
----
-
-<!--
-If you're having trouble configuring Spacefish, Feel free to ask us for a hand! 😄
-Be sure to search existing issues since someone might have already asked something similar.
-
-Also, please take a second to read our TROUBLESHOOTING docs for commonly encountered problems:
-https://github.com/matchai/spacefish/blob/master/docs/Troubleshooting.md
--->
diff --git a/.config/fisher/github.com/matchai/spacefish/.github/PULL_REQUEST_TEMPLATE.md b/.config/fisher/github.com/matchai/spacefish/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index fb08438f..00000000
--- a/.config/fisher/github.com/matchai/spacefish/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--- Provide a general summary of your changes in the Title above -->
-
-## Description
-<!--- Describe your changes in detail -->
-
-## Motivation and Context
-<!--- Why is this change required? What problem does it solve? -->
-<!--- If it fixes an open issue, please link to the issue here. -->
-Closes #
-
-## Types of changes
-<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-
-## Screenshots (if appropriate):
-
-## How Has This Been Tested?
-<!--- Please describe in detail how you tested your changes. -->
-<!--- Include details of your testing environment, tests ran to see how -->
-<!--- your change affects other areas of the code, etc. -->
-- [ ] I have tested using **MacOS**
-- [ ] I have tested using **Linux**
-
-## Checklist:
-<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
-<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
-- [ ] I have checked that no other PR duplicates mine
-- [ ] My code follows the code style of this project.
-- [ ] My change requires a change to the documentation.
-- [ ] I have updated the documentation accordingly.
-- [ ] I have updated the tests accordingly.
diff --git a/.config/fisher/github.com/matchai/spacefish/.github/release-drafter.yml b/.config/fisher/github.com/matchai/spacefish/.github/release-drafter.yml
deleted file mode 100644
index a4dce4c2..00000000
--- a/.config/fisher/github.com/matchai/spacefish/.github/release-drafter.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-template: |
- ## What's Changed
-
- $CHANGES