Skip to content

Commit 66f1635

Browse files
authored
Merge pull request #1756 from shockey/multiple-issue-templates
MOAR issue templates
2 parents 2c72eca + d701e06 commit 66f1635

File tree

4 files changed

+169
-66
lines changed

4 files changed

+169
-66
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
name: Bug report
3+
about: Report an issue you're experiencing
4+
5+
---
6+
7+
<!---
8+
Thanks for filing a bug report! 😄
9+
10+
Before you submit, please read the following:
11+
12+
If you're here to report a security issue, please STOP writing an issue and
13+
contact us at [email protected] instead!
14+
f
15+
Search open/closed issues before submitting!
16+
17+
Issues on GitHub are only related to problems of Swagger-Editor itself. We'll try
18+
to offer support here for your use case, but we can't offer help with projects
19+
that use Swagger-Editor indirectly, like Springfox or swagger-node.
20+
21+
Likewise, we can't accept bugs in the Swagger/OpenAPI specifications
22+
themselves, or anything that violates the specifications.
23+
-->
24+
25+
### Q&A (please complete the following information)
26+
- OS: [e.g. macOS]
27+
- Browser: [e.g. chrome, safari]
28+
- Version: [e.g. 22]
29+
- Method of installation: [e.g. npm, dist assets]
30+
- Swagger-Editor version: [e.g. 3.10.0]
31+
- Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]
32+
33+
### Content & configuration
34+
<!--
35+
Provide us with a way to see what you're seeing,
36+
so that we can fix your issue.
37+
-->
38+
39+
Example Swagger/OpenAPI definition:
40+
```yaml
41+
# your YAML here
42+
```
43+
44+
Swagger-Editor configuration options:
45+
```js
46+
SwaggerEditor({
47+
// your config options here
48+
})
49+
```
50+
51+
```
52+
?yourQueryStringConfig
53+
```
54+
55+
### Describe the bug you're encountering
56+
<!-- A clear and concise description of what the bug is. -->
57+
58+
### To reproduce...
59+
60+
Steps to reproduce the behavior:
61+
1. Go to '...'
62+
2. Click on '....'
63+
3. Scroll down to '....'
64+
4. See error
65+
66+
### Expected behavior
67+
<!-- A clear and concise description of what you expected to happen. -->
68+
69+
### Screenshots
70+
<!-- If applicable, add screenshots to help explain your problem. -->
71+
72+
### Additional context or thoughts
73+
<!-- Add any other context about the problem here. -->
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Feature request
3+
about: Suggest an new feature or enhancement for this project
4+
5+
---
6+
7+
### Q&A (please complete the following information)
8+
- OS: [e.g. macOS]
9+
- Browser: [e.g. chrome, safari]
10+
- Version: [e.g. 22]
11+
- Method of installation: [e.g. npm, dist assets]
12+
- Swagger-Editor version: [e.g. 3.10.0]
13+
- Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]
14+
15+
### Content & configuration
16+
17+
Swagger/OpenAPI definition:
18+
```yaml
19+
# your YAML here
20+
```
21+
22+
Swagger-Editor configuration options:
23+
```js
24+
SwaggerEditor({
25+
// your config options here
26+
})
27+
```
28+
29+
```
30+
?yourQueryStringConfig
31+
```
32+
33+
34+
### Is your feature request related to a problem?
35+
<!--
36+
Please provide a clear and concise description of what the problem is.
37+
"I'm always frustrated when..."
38+
-->
39+
40+
### Describe the solution you'd like
41+
<!-- A clear and concise description of what you want to happen. -->
42+
43+
### Describe alternatives you've considered
44+
<!--
45+
A clear and concise description of any alternative solutions or features
46+
you've considered.
47+
-->
48+
49+
### Additional context
50+
<!-- Add any other context or screenshots about the feature request here. -->

.github/ISSUE_TEMPLATE/Support.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Support
3+
about: Ask a question or request help with your implementation.
4+
5+
---
6+
7+
<!--
8+
We can only offer support for Swagger-Editor itself.
9+
10+
If you're having a problem with a library that uses Swagger-Editor
11+
(for example, Springfox or swagger-node), please open an issue
12+
in that project's repository instead.
13+
-->
14+
15+
### Q&A (please complete the following information)
16+
- OS: [e.g. macOS]
17+
- Browser: [e.g. chrome, safari]
18+
- Version: [e.g. 22]
19+
- Method of installation: [e.g. npm, dist assets]
20+
- Swagger-Editor version: [e.g. 3.10.0]
21+
- Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]
22+
23+
### Content & configuration
24+
<!-- Provide us with a way to see what you're seeing, so that we can help. -->
25+
26+
Swagger/OpenAPI definition:
27+
```yaml
28+
# your YAML here
29+
```
30+
31+
Swagger-Editor configuration options:
32+
```js
33+
SwaggerEditor({
34+
// your config options here
35+
})
36+
```
37+
38+
```
39+
?yourQueryStringConfig
40+
```
41+
42+
### Screenshots
43+
<!-- If applicable, add screenshots to help give context to your problem. -->
44+
45+
### How can we help?
46+
<!-- Your question or problem goes here! -->

.github/issue_template.md

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

0 commit comments

Comments
 (0)