From b3779ac83788a2a6332229f06fde69ba5644e3ab Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Mon, 10 Nov 2025 18:47:17 +0000 Subject: [PATCH] chore: pull request template and call for contributions --- .github/pull_request_template.md | 11 +++++++++++ README.md | 4 ++++ 2 files changed, 15 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..6cf735f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## Description + + +## Important note + +The first commit should be prefixed with one of the following depending on the severity of the changes: + +- `chore:` - non-code changes, such as typos in readme or pipeline changes. +- `fix:` - for a small change like a bugfix or other minor things. +- `feat:` - for a new feature. +- `major:` - for a large refactor or breaking changes. \ No newline at end of file diff --git a/README.md b/README.md index 3619080..88c17d6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ org -f tasks.org # Open using -f flag org # Opens ./todo.org by default ``` +## Contributing + +Feel free to fork and create a pull request if there's any features missing for your own use case! + ## Features ### Task Management