Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(git) Add plugin’s issue templates #3621

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/plugin_API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Plugin API
about: You are developping a plugin and need something
title: ''
labels: plugin-api
assignees: ''

---

<!--

** Note on comparisons to tmux: Zellij is not, nor does it try to be, a tmux clone. While we appreciate that many people use it as a tmux alternative and are missing their favorite features - this is not what we do here. There are often native alternatives to tmux features that Zellij does differently. We would encourage you to look into those alternatives rather than try to make it work exactly like tmux. A good place to start would be our FAQ: https://zellij.dev/documentation/faq

We believe each program has its strengths and weaknesses, and hope that users would want to use Zellij for what it can do, rather than trying to make it behave like something it does not want to be. Thank you for understanding! **

-->

<!-- Please select the correct option and remove the unused ones. -->
1. I have a problem with current APIs

2. I need a new API

3. I have a question
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/plugin_idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "💡 Plugin idea"
about: I would love if the community could bring a feature to life
title: ''
labels: plugin-community-idea
assignees: ''

---

<!--

The best way to extend the Zellij functionality is through plugins. If you have a plugin idea that you would like to see others implement, you can write it here so that others can find it and implement it.

-->

# General description
<!-- I would like to be able to … -->

# Uses cases
<!-- 1. With a keybinding I would like to … -->

<!-- 2. Invoked from a pipe it will … -->
Loading