docs: add contributing guide and issue tracker link

This commit is contained in:
2026-01-01 09:40:46 +01:00
parent 059cbec129
commit 54083b217b
2 changed files with 15 additions and 0 deletions

12
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,12 @@
## Contributing
Thanks for your interest in Vessel.
- Issues and pull requests are handled on GitHub:
https://github.com/VikingOwl91/vessel
- Keep changes focused and small.
- UI and UX improvements are welcome.
- Vessel intentionally avoids becoming a platform.
If youre unsure whether something fits, open an issue first.

View File

@@ -370,6 +370,9 @@ All requests to `/ollama/*` are proxied to the Ollama API, enabling CORS.
Contributions are welcome! Please feel free to submit a Pull Request.
> Issues and feature requests are tracked on GitHub:
> https://github.com/VikingOwl91/vessel/issues
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)