diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 000000000..caedf4f5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,28 @@ + + +##### What behavior are you seeing? + +... + +##### What operating system are you using? + +... + +##### What version of Mailspring are you using? + +(eg: 1.6.3 or 1.7.0 - this is shown in Mailspring's main menu.) + +-- + +##### Is the issue related to a specific email provider (Gmail, Exchange, etc.)? + +... + +##### Is the issue reproducible with a particular attachment, message, signature, etc? + + + +... diff --git a/.github/ISSUE_TEMPLATE/Feature Request.md b/.github/ISSUE_TEMPLATE/Feature Request.md new file mode 100644 index 000000000..4a2030ced --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature Request.md @@ -0,0 +1,16 @@ + + +##### Describe your feature request: + +##### Does this feature exist in another mail client or tool you use? + +##### Are there any related feature requests? + + + +##### Is the request related to a specific email provider (Gmail, Exchange, etc.)? diff --git a/.github/ISSUE_TEMPLATE/Sync Issue.md b/.github/ISSUE_TEMPLATE/Sync Issue.md new file mode 100644 index 000000000..2c6b73c97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Sync Issue.md @@ -0,0 +1,19 @@ + + +##### What is the behavior you're seeing? + +##### What operating system are you using? + +##### What version of Mailspring are you using? + +(eg: 1.6.3 or 1.7.0 - this is shown in Mailspring's main menu.) + +##### What email provider (Gmail, Exchange, etc.) are you trying to use? + +##### Are you able to connect your email account or does Mailspring fail to set up the account completely? + +##### Is the issue reproducible with a particular attachment, message, signature, etc? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..341f165a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Mailspring Knowledge Base + url: https://support.getmailspring.com + about: If you're curious about how to use Mailspring or looking for instructions, you may find what you need in our knowledge base! diff --git a/.github/issue_label_bot.yaml b/.github/issue_label_bot.yaml new file mode 100644 index 000000000..b64222622 --- /dev/null +++ b/.github/issue_label_bot.yaml @@ -0,0 +1,4 @@ +label-alias: + bug: 'bug' + feature_request: 'enhancement' + question: 'question' diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 71635c465..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,53 +0,0 @@ - - -##### Are there any related issues? - - - -... - -##### What operating system are you using? - -... - -##### What version of Mailspring are you using? -(eg: 1.6.3 or 1.7.0 - this is shown in Mailspring's main menu.) - --- - -**Bug?** - -##### Is this an email sync or connection issue? - - - -... - -##### Is the issue related to a specific email provider (Gmail, Exchange, etc.)? - -... - -##### Is the issue reproducible with a particular attachment, message, signature, etc? - - - -... - --- - -**Feature Request?** - -##### Does this feature exist in another mail client or tool you use? - -...