Contributing¶
Thank you for your interest in contributing to amiable-templates!
For detailed contribution guidelines, please see our CONTRIBUTING.md file.
Quick Links¶
Ways to Contribute¶
- Collaborate on templates - Share your deployment configuration expertise
- Improve documentation - Fix typos, add examples, clarify instructions
- Report or fix issues - Found a bug or broken link?
Getting Started¶
# Clone the repository
git clone https://github.com/amiable-dev/amiable-templates.git
cd amiable-templates
# Install dependencies
pip install -r requirements.txt
# Run locally
mkdocs serve
Visit http://localhost:8000 to preview the site.