Skip to content

Commit 3eca5eb

Browse files
committed
Add issue templates
1 parent 1892930 commit 3eca5eb

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest types, functions, properties that may be missing
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Prerequisites
11+
12+
- [ ] Before opening an issue, please check the DOM standard (https://html.spec.whatwg.org). If it doesn't appear in this spec, it may be present in the spec for one of the other `purescript-web` projects. Although MDN is a great resource, it is not a suitable reference for this project.
13+
14+
### Description
15+
16+
<!-- A summary of the thing to include, with a link to the relevant section of the spec -->

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Prerequisites
2+
3+
- [ ] Before opening a pull request, please check the DOM standard (https://dom.spec.whatwg.org/). If it doesn't appear in this spec, it may be present in the spec for one of the other `purescript-web` projects. Although MDN is a great resource, it is not a suitable reference for this project.
4+
5+
### Description
6+
7+
<!-- A link to an existing issue, or a summary of the thing to include with a link to the relevant section of the spec -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-html.svg)](https://github.com/purescript-web/purescript-web-html/releases)
44
[![Build status](https://travis-ci.org/purescript-web/purescript-web-html.svg?branch=master)](https://travis-ci.org/purescript-web/purescript-web-html)
55

6-
Type definitions and low level interface implementations for the [W3C HTML5 API](https://www.w3.org/TR/html5).
6+
Type definitions and low level interface implementations for the [WHATWG HTML Standard](https://html.spec.whatwg.org).
77

88
## Installation
99

0 commit comments

Comments
 (0)