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