Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: issue template #1756

Merged
merged 1 commit into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: "🐛 Bug report"
description: Report errors or unexpected behavior
labels:
- Issue-Bug
body:
- type: markdown
attributes:
value: |
Please make sure to [search for existing issues](https://github.com/SchemaStore/schemastore/issues) before filing a new one!
- type: dropdown
attributes:
label: Area with issue?
multiple: false
options:
- JSON Schema
- Documentation
- Build server
- Web server
validations:
required: true
- type: textarea
attributes:
label: ✔️ Expected Behavior
placeholder: What were you expecting?
validations:
required: true
- type: textarea
attributes:
label: ❌ Actual Behavior
placeholder: What happened instead?
validations:
required: true
- type: textarea
attributes:
label: YAML or JSON file that does not work.
placeholder: |
This file is used to reproduce the problem.
validations:
required: false
- type: dropdown
attributes:
label: IDE or code editor.
description: Some issues are related to IDE or code editor.
multiple: false
options:
- Visual Studio Code
- Visual Studio
- IntelliJ and it's derivatives
- Other
validations:
required: false
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_new_schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "⭐ Request (schema)"
description: Request to add a new JSON schema.
labels:
- Request-for-new-schema
body:
- type: textarea
attributes:
label: Description of the JSON schema.
validations:
required: true
- type: textarea
attributes:
label: Supporting information.
placeholder: |
URL where you can find the schema documentation.
validations:
required: true
- type: markdown
attributes:
value: |
Please limit one request per issue.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "⭐ Request (feature)"
description: Propose something new for the SchemaStore web site or build server.
labels:
- Feature-for-website-or-build-server
body:
- type: textarea
attributes:
label: Description of the feature / enhancement.
validations:
required: true
- type: markdown
attributes:
value: |
Please limit one request per issue.