You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
787 B
787 B
External Contributor Checklist
🚨 Please review the guidelines for contributing to this repository.
-
Make sure that all commits have a
Changelog
tag. If nothing should be added to the Changelog, add aChangelog: None
tag. If there is a change, addChangelog: Commit
, orChangelog: Title
, depending on what should be included in the changelog. -
Make sure that all commits are signed with
git --signoff
. Also note that the signoff author must match the author of the commit.
Description
Please describe your pull request.
Thank you!