From a4a71c11f9c2ee38dc941756f8c7a18938e2b21d Mon Sep 17 00:00:00 2001
From: Vladimir Kalnitsky <vladimir@mlabs.city>
Date: Thu, 4 Jan 2024 19:19:48 +0300
Subject: [PATCH 1/2] Update config.yml

---
 .github/ISSUE_TEMPLATE/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 94e49fa62..ad193dfd4 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
 blank_issues_enabled: true
 contact_links:
-  - about: Please discuss ideas and ask questions on the PureScript Discourse.
+  - about: Please discuss ideas and ask questions on the Purus discussion board.
     name: Ideas and Questions
-    url: https://discourse.purescript.org/
+    url: https://github.com/mlabs-haskell/purus/discussions

From 132e94eaed04cd693efe1d7fb20c094cda1732ce Mon Sep 17 00:00:00 2001
From: Vladimir Kalnitsky <klntsky@gmail.com>
Date: Thu, 4 Jan 2024 20:29:48 +0400
Subject: [PATCH 2/2] Update descriptions

---
 .github/ISSUE_TEMPLATE/bug_report.md        |  4 ++--
 .github/ISSUE_TEMPLATE/compiler-proposal.md |  2 +-
 .github/ISSUE_TEMPLATE/task.md              | 23 +++++++++++++++++++++
 .github/PULL_REQUEST_TEMPLATE.md            |  2 +-
 4 files changed, 27 insertions(+), 4 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/task.md

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 6aa97380f..1f9780568 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
 ---
 name: Bug report
-about: Create a report to help us improve the PureScript compiler
+about: Create a report to help us improve the Purus compiler
 title: ''
 labels: 'type: bug'
 assignees: ''
@@ -23,6 +23,6 @@ A clear and concise description of what you expected to happen.
 
 Add any other context about the problem here.
 
-## PureScript version
+## Purus version
 
 0.x.x
diff --git a/.github/ISSUE_TEMPLATE/compiler-proposal.md b/.github/ISSUE_TEMPLATE/compiler-proposal.md
index 889002fa0..2e844edb3 100644
--- a/.github/ISSUE_TEMPLATE/compiler-proposal.md
+++ b/.github/ISSUE_TEMPLATE/compiler-proposal.md
@@ -1,6 +1,6 @@
 ---
 name: Compiler proposal
-about: A concrete suggestion to change the PureScript compiler
+about: A concrete suggestion to change the Purus compiler
 labels: 'type: enhancement'
 assignees: ''
 
diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md
new file mode 100644
index 000000000..f9f1c2e74
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/task.md
@@ -0,0 +1,23 @@
+---
+name: Project Task
+about: A task to modify the Purus compiler
+labels: 'type: enhancement'
+assignees: ''
+
+---
+
+## Context
+
+One or two sentence summary of the proposal.
+
+## Motivation
+
+Background information about why this proposal is necessary.
+
+## The Ask
+
+Detailed description of the proposal.
+
+## Acceptance Criteria
+
+How can we decide if the task is complete?
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 501ee0140..ef60d307c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,4 +10,4 @@ Clearly and concisely describe the purpose of the pull request. If this PR relat
 - [ ] Added myself to CONTRIBUTORS.md (if this is my first contribution)
 - [ ] Linked any existing issues or proposals that this pull request should close
 - [ ] Updated or added relevant documentation
-- [ ] Added a test for the contribution (if applicable)
+- [ ] Added a test for the contribution or a justification for the absence of tests