From efb336a23b65a9a2d56889396b13c1757bdaf354 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 29 Dec 2019 14:58:33 -0300 Subject: Initial commit --- .../matchai/spacefish/.github/ISSUE_TEMPLATE.md | 6 ++++ .../spacefish/.github/ISSUE_TEMPLATE/Bug_report.md | 32 +++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/Feature_request.md | 20 +++++++++++++ .../.github/ISSUE_TEMPLATE/Support_question.md | 13 +++++++++ .../spacefish/.github/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++ .../matchai/spacefish/.github/release-drafter.yml | 4 +++ 6 files changed, 108 insertions(+) create mode 100644 .config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md create mode 100644 .config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Support_question.md create mode 100644 .config/fisher/github.com/matchai/spacefish/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 .config/fisher/github.com/matchai/spacefish/.github/release-drafter.yml (limited to '.config/fisher/github.com/matchai/spacefish/.github') diff --git a/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..9422984d --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ + 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 new file mode 100644 index 00000000..dc67fb97 --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,32 @@ +--- +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** + +```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** + + +**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 new file mode 100644 index 00000000..a73f47f4 --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,20 @@ +--- +name: 🚀 Feature Request +about: I have a suggestion (and may want to implement it 🙂)! + +--- + +## Feature Request + + +**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 new file mode 100644 index 00000000..65bce552 --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/.github/ISSUE_TEMPLATE/Support_question.md @@ -0,0 +1,13 @@ +--- +name: 🤗 Support Question +about: If you have a question about configuring Spacefish 💬 + +--- + + 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 new file mode 100644 index 00000000..fb08438f --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ + + +## Description + + +## Motivation and Context + + +Closes # + +## Types of changes + +- [ ] 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? + + + +- [ ] I have tested using **MacOS** +- [ ] I have tested using **Linux** + +## Checklist: + + +- [ ] 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 new file mode 100644 index 00000000..a4dce4c2 --- /dev/null +++ b/.config/fisher/github.com/matchai/spacefish/.github/release-drafter.yml @@ -0,0 +1,4 @@ +template: | + ## What's Changed + + $CHANGES -- cgit v1.2.3