Skip to content

Commit

Permalink
📝 updated username
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeteya committed Feb 18, 2024
1 parent 856b887 commit 713c2fb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Examples of unacceptable behavior by participants include:
First, clone the repository with the 'clone' command, or just download the zip.

```
$ git clone [email protected]:adityar224/Random-Face-Generator.git
$ git clone [email protected]:adeeteya/Random-Face-Generator.git
```

Then, download either Android Studio or Visual Studio Code, with their respective [Flutter editor plugins](https://flutter.io/get-started/editor/). For more information about Flutter installation procedure, check the [official install guide](https://flutter.io/get-started/install/).
Expand All @@ -45,6 +45,6 @@ There you go, you can now open & edit the project. Enjoy!

## How to Report Bugs and Request Feature

Please open [a new issue in the GitHub repository](https://github.com/adityar224/Random-Face-Generator/issues) with steps to reproduce the problem you're experiencing.
Please open [a new issue in the GitHub repository](https://github.com/adeeteya/Random-Face-Generator/issues) with steps to reproduce the problem you're experiencing.

Be sure to include as much information including screenshots, text output, and both your expected and actual results.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please star⭐ the repo if you like what you see😊.

## 💻 Installation and Usage

### [Click here to visit the website version](https://adityar224.github.io/Random-Face-Generator/#/)
### [Click here to visit the website version](https://adeeteya.github.io/Random-Face-Generator/#/)

### Android

Expand All @@ -17,7 +17,7 @@ Please star⭐ the repo if you like what you see😊.
[<img src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/res/images/amazon-appstore-badge-english-black.png" width="250">](https://www.amazon.com/gp/product/B09ZBGJR9G)
(or)

[![Download apk](https://img.shields.io/badge/Download-apk-green)](https://github.com/adityar224/Random-Face-Generator/releases/download/3.0.0/RFG-Android-3.0.0.apk)
[![Download apk](https://img.shields.io/badge/Download-apk-green)](https://github.com/adeeteya/Random-Face-Generator/releases/download/3.0.0/RFG-Android-3.0.0.apk)

### Linux

Expand All @@ -39,13 +39,13 @@ Please star⭐ the repo if you like what you see😊.
```

### Windows
[![Download exe](https://img.shields.io/badge/Download-exe-blue)](https://github.com/adityar224/Random-Face-Generator/releases/download/3.0.0/RFG-Windows-3.0.0.exe)
[![Download exe](https://img.shields.io/badge/Download-exe-blue)](https://github.com/adeeteya/Random-Face-Generator/releases/download/3.0.0/RFG-Windows-3.0.0.exe)

### Mac Os
[![Download dmg](https://img.shields.io/badge/Download-dmg-lightgrey)](https://github.com/adityar224/Random-Face-Generator/releases/download/2.1.0/RFG-Macos-2.1.0.dmg)
[![Download dmg](https://img.shields.io/badge/Download-dmg-lightgrey)](https://github.com/adeeteya/Random-Face-Generator/releases/download/2.1.0/RFG-Macos-2.1.0.dmg)

### Ios
[![Download ipa](https://img.shields.io/badge/Download-ipa-yellow)](https://github.com/adityar224/Random-Face-Generator/releases/download/2.1.0/RFG-Ios-2.1.0.ipa)
[![Download ipa](https://img.shields.io/badge/Download-ipa-yellow)](https://github.com/adeeteya/Random-Face-Generator/releases/download/2.1.0/RFG-Ios-2.1.0.ipa)

## ✨ Features

Expand Down Expand Up @@ -87,10 +87,10 @@ Please star⭐ the repo if you like what you see😊.

## 🤓 Author

**[Aditya R](https://github.com/adityar224)**
**[Aditya R](https://github.com/adeeteya)**

## 🔖 LICENSE
[MIT LICENSE](https://github.com/adityar224/Random-Face-Generator/blob/master/LICENSE)
[MIT LICENSE](https://github.com/adeeteya/Random-Face-Generator/blob/master/LICENSE)

Copyright (c) 2022
**[Aditya R](https://github.com/adityar224)**
**[Aditya R](https://github.com/adeeteya)**
2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
All Submissions:

* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](www.github.com/adityar224/Random-Face-Generator/pulls) for the same update/change?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](www.github.com/adeeteya/Random-Face-Generator/pulls) for the same update/change?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

Expand Down
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ summary: This app Generates Random Faces which do not actually exist.
description: A flutter app to generate random faces. The Generated faces do not actually exist in real life (in other words you could catfish without getting in trouble wink jk jk pls don't catfish). This app uses the thispersondoesnotexist and the fakeface api. Each image has been pre-analyzed by an AI algorithm called pypy-agender to identify the gender and age.
icon: snap/gui/random-face-generator.png
contact: mailto:[email protected]
source-code: https://github.com/adityar224/Random-Face-Generator
issues: https://github.com/adityar224/Random-Face-Generator/issues
source-code: https://github.com/adeeteya/Random-Face-Generator
issues: https://github.com/adeeteya/Random-Face-Generator/issues
license: MIT

confinement: strict
Expand Down

0 comments on commit 713c2fb

Please sign in to comment.