mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-02 18:33:21 -05:00
64 lines
2.1 KiB
Markdown
64 lines
2.1 KiB
Markdown
---
|
|
layout: default
|
|
title: Contributing
|
|
nav_order: 8
|
|
has_children: true
|
|
---
|
|
|
|
# Contributing to AliasVault
|
|
|
|
Thank you for your interest in contributing to AliasVault! There are many ways you can help to make AliasVault better for privacy-conscious users worldwide.
|
|
|
|
## Get Started
|
|
|
|
Here are some common ways you can help the AliasVault project:
|
|
|
|
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin: 2rem 0;">
|
|
<div style="border: 2px solid #6366f1; border-radius: 8px; padding: 1.5rem; background: linear-gradient(135deg, #667eea22 0%, #764ba222 100%);">
|
|
<h3 style="margin-top: 0; color: #6366f1;">🌍 Translate UI</h3>
|
|
<p>Help translate AliasVault's interface into your language using Crowdin.</p>
|
|
<a href="ui-translations.html" style="font-weight: bold;">Get Started →</a>
|
|
</div>
|
|
|
|
<div style="border: 2px solid #10b981; border-radius: 8px; padding: 1.5rem; background: linear-gradient(135deg, #10b98122 0%, #059669222 100%);">
|
|
<h3 style="margin-top: 0; color: #10b981;">👤 Translate Identity Generator</h3>
|
|
<p>Provide name dictionaries to make the identity generator support your language.</p>
|
|
<a href="identity-generator.html" style="font-weight: bold;">Get Started →</a>
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
## Other ways to contribute
|
|
|
|
### 🐛 Bug Reports & Feature Requests
|
|
|
|
Help us improve AliasVault:
|
|
|
|
- [Report bugs](https://github.com/aliasvault/aliasvault/issues/new) with detailed information
|
|
- Suggest new features with use cases
|
|
- Vote on existing issues that matter to you
|
|
|
|
### 💬 Community Support
|
|
|
|
Join our community and help others:
|
|
|
|
- Answer questions on [Discord](https://discord.gg/DsaXMTEtpF)
|
|
- Help users troubleshoot issues
|
|
- Share tips and best practices
|
|
- Write blog posts or create videos
|
|
|
|
### 📖 Documentation
|
|
|
|
Help improve our documentation:
|
|
|
|
- Fix typos or unclear explanations
|
|
- Add missing information
|
|
- Create tutorials and guides
|
|
- Improve translations
|
|
|
|
### 💻 Code Contributions
|
|
Check the [CONTRIBUTING.md](https://github.com/aliasvault/aliasvault/blob/main/CONTRIBUTING.md) for guidelines.
|
|
|
|
**Thank you for making AliasVault better!** 🙏
|