diff --git a/changes/2024-05-30T133934-0500.txt b/changes/2024-05-30T133934-0500.txt new file mode 100644 index 0000000000..c458920fff --- /dev/null +++ b/changes/2024-05-30T133934-0500.txt @@ -0,0 +1 @@ +Add changes/ directory and a script that helps people add entries. diff --git a/make_change_file b/make_change_file new file mode 100755 index 0000000000..5026745a30 --- /dev/null +++ b/make_change_file @@ -0,0 +1,4 @@ +#!/bin/sh + +mkdir -p "changes" +${EDITOR:-vi} "changes/$(date --iso-8601=seconds | tr -d ':').txt"