Skip to content

Commit

Permalink
Add pull request (PR) template (#16)
Browse files Browse the repository at this point in the history
* Add pull_request_template.md

[skip ci]

* Revise descriptions

[skip ci]

Add `Checklist` description, and revise the `## Related issues and/or PRs` description since the previous description might conflict with how GitHub handles PR linking.

Ref: scalar-labs/scalardb#1114

* Remove `Release notes` section

[skip ci]
Remove the `Release notes` section since it's not needed for this repository.

Co-authored-by: kota2and3kan <[email protected]>

* Remove `How these changes were tested` section

[skip ci]

---------

Co-authored-by: kota2and3kan <[email protected]>
  • Loading branch information
josh-wong and kota2and3kan authored Sep 29, 2023
1 parent 0b9d4ab commit bc38fff
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Description

> Provide a brief description about **why** this PR is necessary. Be sure to provide context.
## Related issues and/or PRs

> If this PR addresses or references any issues and/or other PRs, list them here.
## Changes made

> Outline the specific changes made in this pull request. Include relevant details, such as added features, bug fixes, code refactoring, or improvements.
## Checklist

> The following is a best-effort checklist. If any items in this checklist are not applicable to this PR or are dependent on other, unmerged PRs, please still mark the checkboxes after you have read and understood each item.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have updated the documentation to reflect the changes.
- [ ] Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
- [ ] Tests (unit, integration, etc.) have been added for the changes.
- [ ] My changes generate no new warnings.
- [ ] Any dependent changes in other PRs have been merged and published.

## Additional notes (optional)

> Provide any additional information or notes that may be relevant to the reviewers or stakeholders.

0 comments on commit bc38fff

Please sign in to comment.