You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make our life more simple, we can make use of a PR Template in GitHub
Example:
## Hi, i just made a pull request! 👏<!-- Briefly tell us what this pull request is all about -->## Changes Made<!-- What did you do? -->-[ ] Fixed some typos in the docs 📝
-[ ] Added some cool new tests 🧪
-[ ] Made the code less spaghetti-like 🍝
-[ ] Squashed some pesky bugs 🐛
-[ ] Sped things up a bit ⏱️
-[ ] Cleaned up the codebase a bit 🧹
-[ ] Did some other stuff:
<!-- Fill in -->## Related Issue<!-- Got an issue number for this? -->## Screenshots (if needed)<!-- Any visuals to show off your changes? -->## Checklist<!-- Make sure you've covered all the bases -->-[ ] Updated the docs 📖
-[ ] Wrote some tests 🧪
-[ ] Code looks good to go ✅
-[ ] Reviewed my own code 👀
-[ ] Left comments where things might get hairy 💬
-[ ] Updated the README if needed 📋
-[ ] No new warnings or errors 🚫⚠️
-[ ] Tests pass with my changes ✅
-[ ] Checked for any sensitive info or oopsies 🤫
-[ ] Gave it a spin on my local setup 🔧
-[ ] All my commits are signed off ✍️
## Reviewers<!-- Tag anyone specific who should take a look -->## Signed-off-by<!-- Your John Hancock here -->
To make our life more simple, we can make use of a
PR
Template in GitHubExample:
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
Acceptance criteria:
.github
folderThe text was updated successfully, but these errors were encountered: