From 1885e7faf31ddbc05fcdcf13cbfc874a39a946c8 Mon Sep 17 00:00:00 2001 From: Marcus Jones <46655509+Marcus5408@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:07:13 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0f2f2ef..00a41a2 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,18 @@ $ python example.py ``` ## Contributing + +### Quotes + +To add new quotes to the API, either: + +1. Create a GitHub issue under the `quote request` label with the quote and the person saying it/ main person in the scene. +2. Make a pull request with your quote added to the correct quotes file. They can be found in the `quotes` folder. +3. Contact me through some other means. + - GitHub: [`@Marcus5408`](https://github.com/Marcus5408) + - Discord: [`@carmiscious`](https://discord.com/users/378650582639968276) + - Reddit: [`u/RedditMarcus_`](https://reddit.com/user/RedditMarcus_) + +### Code + +To add new code, make a pull request with your changes.