Skip to content

Commit

Permalink
Merge pull request #11693 from CesiumGS/use-issue-forms
Browse files Browse the repository at this point in the history
Switch issue templates to Issue forms
  • Loading branch information
jjhembd committed Dec 20, 2023
2 parents 66dba4b + e45055e commit 15c9d72
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 48 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Report a bug
description: Let us know so we can fix it!
labels: ["needs triage", "type - bug"]
body:
- type: markdown
attributes:
value: |
Thanks for helping us improve CesiumJS! Please describe what the expected behavior is vs what actually happens.
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see
validations:
required: true
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1.
2.
3.
...
- type: input
id: sandcastle
attributes:
label: Sandcastle example
description: Creating a Sandcastle example (https://sandcastle.cesium.com) that reproduces the issue helps us a lot in tracking down bugs. Paste the link you get from the "Share" button in Sandcastle below.
placeholder: ex. https://sandcastle.cesium.com/...
validations:
required: false
- type: textarea
id: environment
attributes:
label: Environment
description: What Browsers, OS, and CesiumJS version are you experiencing this issue on?
value: |
Browser:
CesiumJS Version:
Operating System:
- type: markdown
attributes:
value: |
If you can also contribute a fix, we'd absolutely appreciate it! Fixing a bug in CesiumJS often means fixing a bug for thousands of applications and millions of end users.
Check out the contributor guide to get started: [CONTRIBUTING.md](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md)
Just let us know you're working on it and we'd be happy to provide advice and feedback.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Request a feature
description: New ideas & improvements to CesiumJS are always welcome.
labels: ["needs triage", "type - enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for helping make CesiumJS better!
When suggesting an idea, give examples of the intended use case. Features that benefit the wider community are more likely to be prioritized.
- type: textarea
id: new-feature
attributes:
label: Feature
placeholder: Explain the requested feature
validations:
required: true
- type: markdown
attributes:
value: |
The best way to get your ideas into CesiumJS is to help us! We love contributions and are always happy to be provide feedback and advice. Check out the contributor guide to get started: [CONTRIBUTING.md](https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md)
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Ask a question
description: Please use the community forum (https://community.cesium.com/) for general questions about using CesiumJS.
labels: ["needs triage"]
body:
- type: markdown
attributes:
value: |
:exclamation: Please use the [community forum](https://community.cesium.com/) for asking questions about how to use CesiumJS and best practices. The core CesiumJS team actively monitors the forum and we love seeing what people are working on! :exclamation:
- type: checkboxes
id: verify
attributes:
label: Verification
description: Confirm you will ask your question on our forums linked above
options:
- label: "Yes"

0 comments on commit 15c9d72

Please sign in to comment.