Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky authored Jan 4, 2024
1 parent a4a71c1 commit 132e94e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/compiler-proposal.md
Original file line number Diff line number Diff line change
@@ -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: ''

Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -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?
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 132e94e

Please sign in to comment.