Create PULL_REQUEST_TEMPLATE.md (#2959)
This commit is contained in:
parent
ccb6bce506
commit
b2a58681f7
|
|
@ -0,0 +1,15 @@
|
|||
## What type of PR is this:
|
||||
- [ ] bug
|
||||
- [ ] feature
|
||||
- [ ] enhancement
|
||||
- [ ] others
|
||||
|
||||
## Which issues of this PR fixes :
|
||||
<!--
|
||||
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
|
||||
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
|
||||
-->
|
||||
Fixes #
|
||||
|
||||
## Problem Summary(Required) :
|
||||
<!-- (Please describe the changes you have made. In which scenarios will this bug be triggered and what measures have you taken to fix the bug?) -->
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Contributing to StarRocks
|
||||
|
||||
## Contributing to StarRocks
|
||||
Welcome to StarRocks community! To learn more about contributing to the StarRocks, check out the [Contributor's Guide](https://github.com/StarRocks/community/tree/main/Contributors/guide).
|
||||
|
||||
Welcome to StarRocks community! To learn more about contributing to the StarRocks, check out the [Contributor's Guide](https://github.com/StarRocks/community/tree/main/Contributors/guide).
|
||||
|
||||
## Code of Conduct
|
||||
The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue