Skip to content

Commit

Permalink
Merge pull request #15 from mlabs-haskell/update-github-stuff
Browse files Browse the repository at this point in the history
Update github stuff
  • Loading branch information
gnumonik authored Jan 4, 2024
2 parents c8d0e84 + 132e94e commit a615c15
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
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 a615c15

Please sign in to comment.