From ba5385b3c9761beca2064e2ce952b84b009e9662 Mon Sep 17 00:00:00 2001 From: Daeraxa <58074586+Daeraxa@users.noreply.github.com> Date: Wed, 6 May 2026 04:00:29 +0100 Subject: [PATCH] update notification issue template --- .../notifications/lib/notification-issue.js | 66 +++++++++++++------ 1 file changed, 45 insertions(+), 21 deletions(-) diff --git a/packages/notifications/lib/notification-issue.js b/packages/notifications/lib/notification-issue.js index 3bfd14c121..fc49ef6438 100644 --- a/packages/notifications/lib/notification-issue.js +++ b/packages/notifications/lib/notification-issue.js @@ -69,7 +69,7 @@ module.exports = class NotificationIssue { return this.getIssueBody().then(issueBody => { let repoUrl = this.getRepoUrl(); if (repoUrl == null) { - repoUrl = 'https://github.com/pulsar-edit/pulsar'; + repoUrl = 'https://github.com/pulsar-edit/pulsar'; } return `${repoUrl}/issues/new?title=${this.encodeURI(this.getIssueTitle())}&body=${this.encodeURI(issueBody)}`; }); @@ -129,38 +129,62 @@ module.exports = class NotificationIssue { } this.issueBody = `\ - + +### Pulsar version + +${atom.getVersion()} -Do you want to ask a question? Are you looking for support? The Pulsar message board is the best place for getting support: https://discuss.atom.io +### Which OS does this happen on? + + -### Prerequisites +### OS details -* [ ] Put an X between the brackets on this line if you have done all of the following: - * Reproduced the problem in Safe Mode: - * Followed all applicable steps in the debugging guide: - * Checked the FAQs on the message board for common solutions: - * Checked that your issue isn't already filed: - * Checked that there is not already an Pulsar package that provides the described functionality: + -### Description +### How did you install Pulsar? - + -### Steps to Reproduce +### Which CPU architecture are you running this on? -1. -2. -3. +${process.arch} -**Expected behavior:** +### What steps are needed to reproduce this? - + -**Actual behavior:** +### What other details can you provide? - + ### Versions