mirror of
https://github.com/RWejlgaard/org.git
synced 2026-05-06 04:34:45 +00:00
chore: pull request template and call for contributions
This commit is contained in:
parent
5a6fede2d8
commit
b3779ac837
2 changed files with 15 additions and 0 deletions
11
.github/pull_request_template.md
vendored
Normal file
11
.github/pull_request_template.md
vendored
Normal 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.
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue