From 57f07dff82da25b9a335ab24977f2f1e80727880 Mon Sep 17 00:00:00 2001 From: Aviraj2929 Date: Tue, 7 Oct 2025 23:20:57 +0530 Subject: [PATCH] docs: add contributors and documentation (#7112) --- CONTRIBUTORS.md | 21 +++++++++++++++++++++ README.md | 1 + 2 files changed, 22 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..c59f638 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,21 @@ +# Contributors + +Thank you to all the wonderful people who have contributed to axios! + +## Core Team + +- [Jay](https://github.com/jasonsaayman) - Lead Maintainer +- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS) - Core Contributor +- [Matt Zabriskie](https://github.com/mzabriskie) - Creator + +## Notable Contributors + + + +## How to Contribute + +We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details. + +--- + +*This list is manually maintained. If you've contributed and would like to be added, please submit a pull request!* \ No newline at end of file diff --git a/README.md b/README.md index db5f23e..479b92c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ [![gitter chat](https://img.shields.io/gitter/room/mzabriskie/axios.svg?style=flat-square)](https://gitter.im/mzabriskie/axios) [![code helpers](https://www.codetriage.com/axios/axios/badges/users.svg)](https://www.codetriage.com/axios/axios) [![Known Vulnerabilities](https://snyk.io/test/npm/axios/badge.svg)](https://snyk.io/test/npm/axios) +[![Contributors](https://img.shields.io/github/contributors/axios/axios.svg?style=flat-square)](CONTRIBUTORS.md)