diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..e3418051fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,4 @@ +👉 Please follow one of these issue templates: +- https://github.com/laurent22/joplin/issues/new/choose + +Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..0df67c731b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: "🐛 Bug Report" +about: Report a reproducible bug or regression in Joplin. +title: '' +labels: 'bug' + +--- + + + +## Environment + +Joplin version: +Platform: +OS specifcs: + + +## Steps To Reproduce + +1. +2. + + + +Describe what you expected to happen: + + + +## Logfile + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..17a04a9cfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,33 @@ +--- +name: Feature request +about: Suggest a feature for Joplin. +title: '[Feature request] ' +labels: 'feature request' + +--- + + + +## Has it been discussed in the forum? Link to topic. + + + +## Is your feature request related to a problem? Please describe. + + + +## Describe the solution you'd like + + + +## Describe alternatives you've considered + + + +## Additional context + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..4cf79401e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,29 @@ +--- +name: "🤔 Questions and Help" +about: The issue tracker is not for questions. Please ask questions on https://discourse.joplinapp.org/. +title: 'Question: ' +labels: 'question' + +--- + +🚨 The issue tracker is not for questions. 🚨 + +As it happens, support requests that are created as issues are likely to be closed. We want to make sure you are able to find the help you seek. + +## Questions and Help + +Please read the [documentation](https://joplinapp.org/) and [FAQ](https://joplinapp.org/faq/) first. + +### https://discourse.joplinapp.org/ + +If you have still questions related to Joplin, please open a topic in the [forum](https://discourse.joplinapp.org/). +You can use your GitHub credentials to login to the forum. + +## Links + +- Documentation: https://joplinapp.org +- FAQ: https://joplinapp.org/faq/ +- Forum: https://discourse.joplinapp.org +- How to enable end-to-end encryption: https://joplinapp.org/e2ee/ +- API documentation: https://joplinapp.org/api/ +- How to enable debug mode: https://joplinapp.org/debugging/ diff --git a/docs/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE similarity index 100% rename from docs/PULL_REQUEST_TEMPLATE rename to .github/PULL_REQUEST_TEMPLATE diff --git a/docs/issue_template.md b/docs/issue_template.md deleted file mode 100644 index a1018172cd..0000000000 --- a/docs/issue_template.md +++ /dev/null @@ -1,26 +0,0 @@ -### Operating system - - - -- Windows -- macOS -- Linux -- Android -- iOS - -### Application - - - -- Desktop -- Mobile -- Terminal - -