diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 00000000..c0f9dec6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,40 @@ +--- +name: "\U0001F41E Bug Report" +about: Did you find a bug? +title: '' +labels: bug +assignees: '' + +--- + + + + +- [ ] I have read the [Filing Issues](https://docs.getpelican.com/en/latest/contribute.html#filing-issues) and subsequent “How to Get Help” sections of the documentation. +- [ ] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. + + + +- **OS version and name**: +- **Python version**: +- **Pelican version**: +- **Link to theme**: +- **Links to plugins**: +- **Link to your site**: +- **Link to your source**: +- **Link to a [Gist](https://gist.github.com/) with the contents of your settings file**: + +## Issue + diff --git a/.github/ISSUE_TEMPLATE/---documentation.md b/.github/ISSUE_TEMPLATE/---documentation.md new file mode 100644 index 00000000..03055b3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---documentation.md @@ -0,0 +1,22 @@ +--- +name: "\U0001F4DA Documentation" +about: Did you find errors, problems, or anything unclear in the docs (https://docs.getpelican.com/)? +title: '' +labels: docs +assignees: '' + +--- + + + + +- [ ] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. + +## Issue + diff --git a/.github/ISSUE_TEMPLATE/---enhancement-request.md b/.github/ISSUE_TEMPLATE/---enhancement-request.md new file mode 100644 index 00000000..c9d545a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---enhancement-request.md @@ -0,0 +1,24 @@ +--- +name: "\U0001F381 Feature Request" +about: Do you have ideas for new features and improvements? +title: '' +labels: enhancement +assignees: '' + +--- + + + + +- [ ] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. +- [ ] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question is not covered. +- [ ] I am willing to lend a hand to help implement this feature. + +## Feature Request + diff --git a/.github/ISSUE_TEMPLATE/---everything-else.md b/.github/ISSUE_TEMPLATE/---everything-else.md new file mode 100644 index 00000000..fd2a58ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---everything-else.md @@ -0,0 +1,23 @@ +--- +name: "\U0001F5C3 Everything Else" +about: Do you have a question/issue that does not fall into any of the other categories? +title: '' +labels: question +assignees: '' + +--- + + + + +- [ ] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. +- [ ] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question is not covered. + +## Issue + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d080329a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser +blank_issues_enabled: true +contact_links: +- name: '💬 Pelican IRC Channel on Freenode' + url: https://kiwiirc.com/client/irc.freenode.net/?#pelican + about: | + Chat with the community, ask questions, and learn about best practices.