Skip to content

Commit

Permalink
update: pull request template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Apr 2, 2023
1 parent 7766b7a commit 2f19d54
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 74 deletions.
37 changes: 0 additions & 37 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md

This file was deleted.

71 changes: 34 additions & 37 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@
#
# Thanks for your contribution !!!
#

name: 'Awesome Pull Request :rocket:'
description: Make a change to have go-echarts better.
body:
- type: textarea
attributes:
label: Description
description: A description of your improvement changes.

- type: dropdown
attributes:
label: Changes Type
multiple: true
options:
- 'Brand New Charts'
- 'Enrich Options'
- 'Bug Fix'
- 'New Feature'
- 'Other'
validations:
required: true

- type: checkboxes
attributes:
label: Are you willing to submit a PR on [Examples](https://github.com/go-echarts/examples)?
description: >
This is absolutely not required, but we are happy to see that you could share or update the related
charts examples to more users.
options:
- label: Yes, I am willing to submit a PR on [Examples](https://github.com/go-echarts/examples))!

- type: markdown
attributes:
value: "Thanks for your contributions !!!"


<!-- Thanks for you contribution !!! -->

# Description


<!-- Please include a summary of the change or which issue is fixed. Please also include relevant motivation and context.
List any dependencies/documents that are required for this change is a plus.
Fixes # (issue)
-->

---
# Type of change

Please delete options that are not relevant.

- [ ] Bug fix (Non-breaking change which fixes an issue)
- [ ] New feature (Non-breaking change which adds functionality)
- [ ] Breaking change (Would cause existing functionality to not work as expected)
- [ ] Others


---
# Examples:
Are you willing to submit a PR on [go-echarts/Examples](https://github.com/go-echarts/examples)?
> This is absolutely not required, but we are happy to see that you could share or update the related
charts examples to more users.

- [ ] Yes, I am willing to submit a PR on [Examples](https://github.com/go-echarts/examples)!

<!-- The related PRs in Example : -->

0 comments on commit 2f19d54

Please sign in to comment.