summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..548c5d16
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,12 @@
+> Please follow these steps before submitting your PR:
+>
+> - [ ] This PR targets the `next` branch and not `master`
+> - [ ] If your PR is a work in progress, include [WIP] in its title
+> - [ ] Its commits' summaries are reasonably descriptive
+> - [ ] You've described what this PR addresses below
+> - [ ] You've included links to relevant issues, if any with `#issue_num`
+> - [ ] You've deleted this template
+>
+> Thank you for contributing to rofi! <3
+
+Your description here...