Skip to content

Commit 941871a

Browse files
authored
Update issue templates (#1129)
1 parent e0d154f commit 941871a

File tree

6 files changed

+55
-51
lines changed

6 files changed

+55
-51
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Bug report: openapi-fetch"
3+
about: For the openapi-fetch library
4+
title: ""
5+
labels: openapi-fetch, bug
6+
assignees: ""
7+
---
8+
9+
**Description**
10+
11+
_A brief description of the bug. Provide either a screenshot or the full error message_
12+
13+
**Reproduction**
14+
15+
_How can this be reproduced / when did the error occur? Does the issue occur in a specific browser, or all browsers?_
16+
17+
**Expected result**
18+
19+
_(in case it’s not obvious)_
20+
21+
**Checklist**
22+
23+
- [ ] I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/drwpow/openapi-fetch/blob/main/CONTRIBUTING.md))

.github/ISSUE_TEMPLATE/bug-report.md renamed to .github/ISSUE_TEMPLATE/bug-report-ts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
name: Bug report
3-
about: Unrelated to the OpenAPI schema (Node error, etc.)
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
2+
name: "Bug report: openapi-typescript"
3+
about: For the openapi-typescript library
4+
title: ""
5+
labels: openapi-ts, bug
6+
assignees: ""
87
---
98

109
**Description**
@@ -16,7 +15,7 @@ Paste full error message
1615
```
1716

1817
| Name | Version |
19-
|:---------------------|:-----------------------------|
18+
| :------------------- | :--------------------------- |
2019
| `openapi-typescript` | `x.x.x` |
2120
| Node.js | `x.x.x` |
2221
| OS + version | `macOS 13, Windows 11, etc.` |
@@ -31,4 +30,5 @@ _(in case it’s not obvious)_
3130

3231
**Checklist**
3332

33+
- [ ] My OpenAPI schema passes the [Redocly validator](https://redocly.com/docs/cli/commands/lint/) (`npx @redocly/cli@latest lint`)
3434
- [ ] I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/drwpow/openapi-typescript/blob/main/CONTRIBUTING.md))
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "Feature request: openapi-fetch"
3+
about: For the openapi-fetch library
4+
title: ""
5+
labels: openapi-fetch, enhancement, help wanted
6+
assignees: ""
7+
---
8+
9+
**Description**
10+
11+
_Brief description of the problem you’re trying to solve, and why this could be useful._
12+
13+
**Proposal**
14+
15+
_Write out the proposed syntax change. Please reference any prior art or similar examples._
16+
17+
**Checklist**
18+
19+
- [ ] I’m willing to open a PR for this (see [CONTRIBUTING.md](https://github.com/drwpow/openapi-fetch/blob/main/CONTRIBUTING.md))

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature-request-ts.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
name: Feature request
3-
about: Add missing functionality
4-
title: ''
5-
labels: enhancement, help wanted
6-
assignees: ''
7-
2+
name: "Feature request: openapi-typescript"
3+
about: For the openapi-typescript library
4+
title: ""
5+
labels: openapi-ts, enhancement, help wanted
6+
assignees: ""
87
---
98

109
**Description**

.github/ISSUE_TEMPLATE/unsupported-schema-syntax.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ _How can a reviewer review your changes? What should be kept in mind for this re
1010

1111
- [ ] Unit tests updated
1212
- [ ] README updated
13-
- [ ] `examples/` directory updated (if applicable)
13+
- [ ] `examples/` directory updated (only applicable for openapi-typescript)

0 commit comments

Comments
 (0)