add pr and issue template (#3)

This commit is contained in:
qicosmos 2022-10-22 11:47:42 +08:00 committed by GitHub
parent 2b2aa68b22
commit db0fbff5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
### Search before asking
- [ ] I searched the [issues](https://github.com/alibaba/yalantinglibs/issues) and found no similar issues.
### What happened + What you expected to happen
### Reproduction way
### Anything else
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!

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

@ -0,0 +1,11 @@
<!-- Thank you for your contribution! -->
## Why
<!-- For example: "Closes #1234" -->
<!-- Please give a short summary of the change and the problem this solves. -->
## What is changing
## Example