Skip to content

Commit

Permalink
Update contributor.xml
Browse files Browse the repository at this point in the history
Issue:10

Issue reference:opencodeiiita#10

SMALL DESCRIPTION OF CHANGES PERFORMED:
Added my name to contributor.xml
  • Loading branch information
konthampavani committed Oct 4, 2021
1 parent db54682 commit f0851ec
Showing 1 changed file with 88 additions and 1 deletion.
89 changes: 88 additions & 1 deletion app/src/main/res/values/contributor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,92 @@
<name>Arshpreet Singh</name>
<github_id>ArshpreetS</github_id>
</participant>

<?xml version="1.0" encoding="utf-8"?>
<!--
This file contains the list of all the Participants who contributed in the Collaborative-App.
Add your name in this file in the following format-
<participant>
<name>Participant Name</name>
<github_id>GitHub User ID</github_id>
</participant>
An example is provided for your reference.
-->
<resources>

<participant>
<name>Pradumn Kumar</name>
<github_id>kumarpradumn</github_id>
</participant>

<participant>
<name>Sagnik Mandal</name>
<github_id>criticic</github_id>
</participant>

<participant>
<name>Samar Pandey</name>
<github_id>Samar2X</github_id>
</participant>

<participant>
<name>Aditi Yadav</name>
<github_id>adtoria</github_id>
</participant>

<participant>
<name>Shivam Katiyar</name>
<github_id>krypton001</github_id>
<participant>

<participant>
<name>Palak Ahuja</name>
<github_id>Palak-2109</github_id>
</participant>

<participant>
<name>Rohan Babbar</name>
<github_id>rohanbabbar04</github_id>
</participant>

<participant>
<name>Kirtee</name>
<github_id>KIRTEE-TECH</github_id>
</participant>

<participant>
<name>Pranavi Tadivalasa</name>
<github_id>Ms-Error</github_id>
</participant>

<participant>
<name>Abhay Parihar</name>
<github_id>A-Spiral-Forge</github_id>
</participant>

<participants>
<name>D Akshitha</name>
<github_id>AKI35429</github_id>
</participants>

<participant>
<name>Kirti Singla</name>
<github_id>codesanta142</github_id>
</participant>

<participant>
<name>Saloni Doshi</name>
<github_id>saloni33</github_id>
</participant>

<participants>
<name>Tanushree</name>
<github_id>Tanushree-coder</github_id>
</participants>

<participant>
<name>Kontham Pavani</name>
<github_id>konthampavani</github_id>
</participant>

</resources>
</resources>

0 comments on commit f0851ec

Please sign in to comment.