From c1585e3274c28fd1632528b6f49be5b016d70274 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 24 Jun 2023 12:37:58 -0500 Subject: [PATCH] Add GitHub discussions category form for questions --- .github/DISCUSSION_TEMPLATE/questions.yml | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/questions.yml diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml new file mode 100644 index 000000000..eb18e872d --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -0,0 +1,44 @@ +labels: "Question" +body: + - type: markdown + attributes: + value: There's also an [official Discord server](https://discord.gg/bJvqnhg) where you can ask for help with using the library. + - type: textarea + attributes: + label: Question + description: What's your question? + validations: + required: true + - type: textarea + attributes: + label: Relevant Code + description: If applicable, this should be code, preferably in the form of a [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example), that demonstrates your question. + render: python + - type: textarea + attributes: + label: Traceback + description: If applicable, this should be the full traceback for the error you're encountering. + render: python-traceback + - type: input + attributes: + label: Twitter API Access Plan + description: | + What Twitter API access level / plan / tier do you have? + You can find this information in the Developer Portal. + placeholder: This is probably Free, Basic, Pro, or Enterprise. + - type: input + attributes: + label: Tweepy Version + description: | + What version of Tweepy are you using? + If you installed Tweepy using pip, you can use `pip show tweepy` to find this information. + - type: checkboxes + attributes: + label: Checklist + options: + - label: I have searched for duplicate questions. + - label: If applicable, I have removed any visible credentials from my code and/or screenshots. + - type: textarea + attributes: + label: Additional Context + description: If you have anything else to add, please do so here.