chore: pull request template and call for contributions (#9)

This commit is contained in:
Rasmus Wejlgaard 2025-11-10 18:47:55 +00:00 committed by GitHub
parent 5a6fede2d8
commit 5eb672e0c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
```
## Contributing
Feel free to fork and create a pull request if there's any features missing for your own use case!
## Features
### Task Management