From 7479ed48743d482f125bd680453d62c6ec43facf Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Sun, 12 Jan 2025 02:46:56 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..69ffaed3e7d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Before submitting this pull request, check the changes to see it's only the changes you made intentionallly +If there are changes to other lines you didn't make deliberately, it's possible that your IDE made the changes with a utility like prettier. +Next time, make sure that you only add your changes by using `git add -p` and rather than `git add Contributors.md` + +If you're doing something in the checklist below, put an `x` inside `[ ]` so that `- [ ]` becomes `- [x]` + +- [ ] I had fun going through this tutorial (ノ^o^)ノ and learned on the way ٩(^◡^)۶ +- [ ] There are some things I'd like to improve in this tutorial. I have written them below. +- [ ] There were steps where I had errors while following this tutorial. I have written them below.