chore: pull request template and call for contributions

This commit is contained in:
Rasmus Wejlgaard 2025-11-10 18:47:17 +00:00
parent 5a6fede2d8
commit b3779ac837
2 changed files with 15 additions and 0 deletions

11
.github/pull_request_template.md vendored Normal file
View file

@ -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.

View file

@ -23,6 +23,10 @@ org -f tasks.org # Open using -f flag
org # Opens ./todo.org by default 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 ## Features
### Task Management ### Task Management