Create PULL_REQUEST_TEMPLATE.md (#2959)

This commit is contained in:
Nietzsche_w 2022-01-21 22:37:11 +08:00 committed by GitHub
parent ccb6bce506
commit b2a58681f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -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?) -->

View File

@ -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)