branch: externals/jinx commit 387c92e59cf80d62d44558097ceca29a6d7e0702 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Add issue configuration --- .elpaignore | 2 ++ .github/ISSUE_TEMPLATE/config.yml | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 0000000000..c9805fa766 --- /dev/null +++ b/.elpaignore @@ -0,0 +1,2 @@ +LICENSE +.github \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..4dd96650be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,22 @@ +contact_links: + - name: "🙏 Please support my work on my many Emacs projects" + url: https://github.com/sponsors/minad + about: Thanks! Your support helps dedicating time to project maintenance and development. + - name: "💡 Suggest a feature ⇾ Please create a discussion" + url: https://github.com/minad/jinx/discussions/categories/ideas + about: Start a new discussion suggesting an improvement or a feature. + - name: "🧑🤝🧑 Ask the community for support" + url: https://www.reddit.com/r/emacs + about: Please be kind and support others. + - name: "🤓 Ask the maintainer for support ⇾ Please create a discussion" + url: https://github.com/minad/jinx/discussions/categories/q-a + about: Please keep in mind that my bandwidth is limited. + - name: "🔍 Search through old issues or discussions" + url: https://github.com/search?q=repo%3Aminad%2Fjinx&type=issues + about: The same question may have been asked before. + - name: "📝 Jinx wiki" + url: https://github.com/minad/jinx/wiki + about: Additional configuration tips are covered there. Feel free to edit! + - name: "📚 Jinx manual" + url: https://github.com/minad/jinx/blob/main/README.org + about: The manual covers the basic setup and workflow.