Skip to content

Commit

Permalink
Redirect questions and feature ideas to discussions
Browse files Browse the repository at this point in the history
This should make common questions and feature ideas more discoverable and help coalesce discussion on them, which will reduce the amount of work I have to do answering common issues. Also added a bug issue template to encourage high quality bug reports.
  • Loading branch information
PatrickF1 committed Jan 30, 2021
1 parent 4f4496f commit e49d85e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: πŸ› Bug report
about: Something isn't working as expected πŸ€”.
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
What the bug is.

**To Reproduce**
Steps to reproduce the behavior.

**Expected behavior**
What you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
- Fish: [e.g. 3.1.2]
- fzf.fish: [e.g. 5.3]
- plugin manager: [e.g. fisher 4.2.0]
- terminal: [e.g. iTerm]
- OS: [e.g. macOS 10.15.7]

**Additional context**
Anything else?
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: πŸ™ Ask a question
url: https://github.com/PatrickF1/fzf.fish/discussions/new?category=q-a
about: Get help with using the plugin
- name: πŸ’‘ Idea
url: https://github.com/PatrickF1/fzf.fish/discussions/new?category=ideas
about: Suggest a new feature or an improvement to existing features

0 comments on commit e49d85e

Please sign in to comment.