Skip to content

Commit

Permalink
update: pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Apr 2, 2023
1 parent c424cc2 commit 7766b7a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#
# 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 !!!"

0 comments on commit 7766b7a

Please sign in to comment.