Skip to content

Commit

Permalink
feat(github): improve pull request template (#25) (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustjieke authored Jun 18, 2022
1 parent e437117 commit 7489c7c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/general_question.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ labels: ["A-question"]
---

## General Question

<!--
Before asking a question, make sure you have:
Expand Down
54 changes: 45 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,49 @@
## Summary
<!--
Summary about this PR
Thank you for contributing to StoneDB!
PR Title Format: <type>(<scope>): description to this pr (#issue_id)
e.g.
fix(util): fix sth..... (#1)
-->

## Summary about this PR
<!--
There MUST be one line starting with "Issue Number: " and
linking the relevant issues via the "close" or "ref".
e.g.:
Issue: close #1
-->

Issue Number: close #issue_number_you_created


## Tests Check List
<!-- At least one of next options must be included. -->

- [ ] Unit test
- [ ] Integration test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No code

## Changelog
<!-- At least one of next options must be included. -->

- [ ] New Feature
- [ ] Bug Fix
- [ ] Improvement
- [ ] Performance Improvement
- [ ] Build/Testing/CI/CD
- [ ] Documentation
- [ ] Not for changelog (changelog entry is not required)

## Documentation
<!-- At least one of next options must be included. -->

- New Feature
- Bug Fix
- Improvement
- Performance Improvement
- Build/Testing/CI/CD
- Documentation
- Not for changelog (changelog entry is not required)
- [ ] Affects user behaviors
- [ ] Contains syntax changes
- [ ] Contains variable changes
- [ ] Contains experimental features

0 comments on commit 7489c7c

Please sign in to comment.