-
Notifications
You must be signed in to change notification settings - Fork 5
Contributing
Snifer edited this page Apr 11, 2026
·
1 revision
🇬🇧 English | Español → Contribuir
Thank you for your interest in contributing to LoneLog!
- Check if the issue already exists in the Issues tab.
- If not, open a new issue with:
- A clear title.
- Steps to reproduce.
- Expected vs actual behavior.
- Obsidian version and OS.
- Open an issue with the
enhancementlabel. - Describe the use case and the expected behavior.
- Fork the repository.
- Create a branch from
dev:git checkout -b feat/your-feature dev
- Make your changes.
- Commit following this format:
type: short description Closes #N - Open a Pull Request targeting the
devbranch.
All PRs must target the
devbranch, notmain.
| Type | Use for |
|---|---|
feat |
New features |
fix |
Bug fixes |
docs |
Documentation changes |
chore |
Maintenance tasks |
refactor |
Code restructuring |
Back to Home