From 83195ddf8ec7fe44f3ba8a96b96c70b455aa4004 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Mon, 6 Jan 2025 13:14:39 +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 0000000..817e87a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +Please make sure the pull request conforms to the folder naming convention in this repository. + +- For *meetups*, the folder should be called `-meetup-`, e.g. `2025-meetup-new-york`. + +- For *conferences*, the folder should be called `-`, e.g. `2025-database-days`. + +- For *release webinars*, the folder should be called `-release-`, e.g. `2025-release-25.1`. + +If a folder exists already, e.g. because there were two meetups in New York in 2025, append `-2`, `-3` to the folder name.