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/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 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