Commit Graph

8 Commits

Author SHA1 Message Date
Fridrik Asmundsson
5fb41d7098 Update PR template to callout remembering to update CHANGELOG 2023-09-01 18:17:28 +00:00
Łukasz Magiera
2f046ec8db misc: github: Cleanup PR template 2022-10-12 10:30:12 +02:00
Jiaying Wang
fa8372a83b
Update pull_request_template.md
- remove misc, can use chore instead
- add deps for area
2022-01-10 19:07:54 -05:00
Jiaying Wang
57fa377730
Update pull_request_template.md 2022-01-07 19:02:51 -05:00
Jiaying Wang
d4f46122f7
Remove ticket number from the title
issue number in PR title is not that useful because reader cannot click it and need to mention the issue in the body for auto close either way.
2022-01-07 19:01:32 -05:00
Jiaying Wang
52fbee6749
Update .github/pull_request_template.md 2021-12-16 23:01:03 -05:00
Jiaying Wang
0f0a70e251
Update .github/pull_request_template.md 2021-12-16 23:00:58 -05:00
Jiaying Wang
c2437b7bf2
Create pull_request_template.md
This is the very first iteration of the lotus PR template. The goal of adding PR template is to standardize PR requests and encourage contributors to:
- come up with good PR descriptions to give code reviewers a clear overview of what's in the PR 
- have a clear PR title as lotus generates a change log based on it
- check that tests and documentation for the codes that changed are icnluded 

The PR type follows the https://www.conventionalcommits.org/en/v1.0.0-beta.2/.  The [contribution guideline](https://github.com/filecoin-project/lotus#contribute) should be updated with how to create a pr after the template is accepted.
2021-12-01 22:37:22 -05:00