Skip to content

Commit

Permalink
chore: changed the format and content
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed May 24, 2024
1 parent 90635d5 commit 21471a6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Description
### Description

Write an explicit description about what the commit changes, and how you
implemented the change. The quality of the descriptions directly impacts the
quality of the review and because of this - PR’s without proper description will
be declined. Add some additional resources that could help the reviewer with the
be declined.

### Important points for reviewers

Add some additional resources that could help the reviewer with the
review. Like link to specs if implementing a protocol.

Checklist:
[] - Checked that the CI is successful
### Checklist

[ ] Make sure that you described overall what does this change do.
[ ] What are the important points that reviewers should now?
[ ] If there are follow-ups, have you created issues for them?
[ ] Have you tested this solution?
[ ] Were there any alternative implementations considered?

0 comments on commit 21471a6

Please sign in to comment.