| sidebar_position |
|---|
1 |
import contributorList from '../../../gen-src/contributors.json';
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.
- Join our Discord server to chat with us.
- Ask a question or start a discussion at the discussion forum.
- File an issue in the issue tracker
to report a bug or suggest an idea.
- In case of a security issue, use LINE Security Bug Bounty Program or contact us directly.
- Check out the articles and presentations by our community.
- Sign up for our newsletters to keep up-to-date with new releases and useful tips!
Check out the developer guide to learn how to build, develop and send an awesome pull request.
We expect contributors to follow our code of conduct.
We provide a Claude plugin to help you work with Armeria more effectively using AI-powered assistance.
<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}
}
/>