forked from exceljs/exceljs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue template for making a question
because we started to use GH Discussions
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
--- | ||
name: 💬 Questions / Help | ||
title: '[Q] XYZ' | ||
title: '[Q] PLEASE USE DISCUSSIONS' | ||
label: ':speech_balloon: Question' | ||
about: Ask us a question | ||
about: https://github.com/exceljs/exceljs/discussions/categories/q-a | ||
--- | ||
|
||
## 💬 Questions and Help | ||
|
||
Have a question about exceljs? Need help using it a certain way that our README does not seem to explain? Ask away! | ||
Please do not use issues for making a questions, for this purposes much better is GitHub Discussions feature: | ||
https://github.com/exceljs/exceljs/discussions/categories/q-a | ||
|
||
Please keep in mind that we're unpaid open souce volunteers, so it will help us greatly if you add as many details as possible to your question and describe what other approaches you've tried out so far. And of course, we'd love for you to contribute back the answer to our README via a pull request! | ||
### How to make a question? | ||
|
||
1. First, try to find it by using search bar - anware what are you looking for was be done before. | ||
2. Push the `New discussion` button. | ||
3. Select `Q&A` category. |