From 0d3bcd908712ea67c20939c00a5c6165f51b5d5f Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Tue, 17 Oct 2023 02:14:24 +0530 Subject: [PATCH] Add contributors list as seprate file --- CONTRIB.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CONTRIB.rst diff --git a/CONTRIB.rst b/CONTRIB.rst new file mode 100644 index 00000000..920370bf --- /dev/null +++ b/CONTRIB.rst @@ -0,0 +1,31 @@ +.. _contributors: + +Contributors +############# + +This is a list of people who have made contributions to BeagleBoard.org unified documentation project. + +People are listed alphabetically, as verified with Unix sort: + +.. code-block:: shell + + $ grep "^- " CONTRIB.rst | LC_ALL=C sort -u -c -f + + +This is certainly not comprehensive, and if you've been overlooked (sorry!), please open an issue on GitLab or mention it on the forum. + +- `Andrei Aldea <https://git.beagleboard.org/andrei1998>`_ +- `Ayush Singh <https://git.beagleboard.org/ayush1325>`_ +- Cathy Wicks +- `Deepak Khatri <https://git.beagleboard.org/lorforlinux>`_ +- `Dhruva Gole <https://git.beagleboard.org/dhruvag2000>`_ +- `Harshil Bhatt <https://git.beagleboard.org/harshilbhatt2001>`_ +- `Jason Kridner <https://git.beagleboard.org/jkridner/>`_ +- `Jian De <https://git.beagleboard.org/jiande>`_ +- `Joshua Neal <https://git.beagleboard.org/jdneal>`_ +- `Kai Yamada <https://git.beagleboard.org/gpioblink>`_ +- `Krishna Narayanan <https://git.beagleboard.org/Krishna_13>`_ +- `Mark A. Yoder <https://git.beagleboard.org/yoder>`_ +- `Robert Nelson <https://git.beagleboard.org/RobertCNelson>`_ +- `Sabeeh Khan <https://git.beagleboard.org/sabeeh.khan14>`_ +- `Seth N <https://git.beagleboard.org/silver2row>`_ \ No newline at end of file -- GitLab