diff options
author | 2021-06-06 20:40:44 +0100 | |
---|---|---|
committer | 2021-06-06 20:40:44 +0100 | |
commit | efa3c450f7cabaac5191c73c6f4726a1be89be23 (patch) | |
tree | 843947de857a1c201d10c6fc0d80add5023c7a79 | |
parent | Fix `content` app tests not running on macOS (#519) (diff) | |
parent | Merge branch 'main' into swfarnsworth/resource_suggestion_template (diff) |
Merge pull request #524 from python-discord/swfarnsworth/resource_suggestion_template
Create issue template for resource suggestions.
-rw-r--r-- | .github/ISSUE_TEMPLATE/resource_suggestion.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/resource_suggestion.md b/.github/ISSUE_TEMPLATE/resource_suggestion.md new file mode 100644 index 00000000..f09f8a9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/resource_suggestion.md @@ -0,0 +1,21 @@ +--- +name: Resource Suggestion +about: Suggest a resource for the Python Discord resource index. +title: 'Resource Suggestion: ' +labels: 'resource suggestion' +assignees: 'swfarnsworth' +--- + +**Resource name** + +**Resource location**\ +Should be a link of some kind, either to the resource itself or (in the case of resources that must be purchased) an information page about it. + +**Payment type**\ +Options are free, paid, and subscription. Combinations of these are allowed for special cases (like a limited free version). + +**Why it should be included**\ +A brief explanation for why you think this resource is valuable. + +**Potential limitations**\ +Is the resource easy to use? Does it contain good information but have poorly-written code? Is it outdated in some way? If so, explain why it should still be included. |