Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.05 KB

File metadata and controls

62 lines (46 loc) · 2.05 KB
sidebar_position
1

import contributorList from '../../../gen-src/contributors.json';

Contributor manual

You are the contributor 🚀

First of all, thank you so much for taking your time to visit Armeria project. Here, everything you do or even your mere presence is a contribution in a broad sense. We strongly believe your contribution will enrich our community and create a virtuous cycle that propels the project into something great.

We're all ears 👂

Watch our community in action 🎬

Sending a pull request? 😍

Check out the developer guide to learn how to build, develop and send an awesome pull request.

Be respectful to others 🙇

We expect contributors to follow our code of conduct.

Using AI assistants? 🤖

We provide a Claude plugin to help you work with Armeria more effectively using AI-powered assistance.

Hall of fame 🏛️

<ThankYou usernames={Object.keys(contributorList)} avatarUrls={contributorList} message={() => (

See{' '} the complete list of our contributors .

)} href={(username) => https://github.com/line/armeria/commits?author=${username} } />