Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,31 @@ Thank you for considering contributing to FunnyQuoteLib! We welcome your help in
There are several ways to contribute to FunnyQuoteLib:

1. **Bug Reports:**
- If you come across a bug or unexpected behavior, please open an [issue](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. Provide a detailed description, steps to reproduce, and your environment information.
- Encountered a bug or unexpected behavior? Open an [issue](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. Provide a detailed description, steps to reproduce, and information about your environment.

2. **Feature Requests:**
- Have an idea for a new feature or improvement? Submit a [feature request](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. We appreciate your feedback and creativity.
- Have an idea for a new feature or improvement? Submit a [feature request](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. We welcome your feedback and creativity.

3. **Code Contributions:**
- Interested in contributing code? Follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request (PR) to the `main` branch.

4. **Documentation Improvements:**
- Help improve our documentation by submitting pull requests for clarifications, corrections, or additional information.
4. **Propose New Quotes:**
- Help enrich our collection of quotes by submitting pull requests with new and funny quotes. Follow these guidelines:
- Ensure that the quote is genuinely humorous and aligns with the tone of FunnyQuoteLib.
- Include the quote along with any relevant attribution or context.
- Verify that the quote adheres to copyright and licensing requirements.
- Please target the `quotes-submissions` branch when submitting your pull request.

We appreciate your contribution in making FunnyQuoteLib a source of laughter and joy!


5. **Documentation Improvements:**
- Enhance our documentation by submitting pull requests for clarifications, corrections, or additional information.

We appreciate and welcome contributions from the community to make FunnyQuoteLib even more entertaining and enjoyable!

## Development Setup

Expand Down
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,22 +163,37 @@ See the [open issues](https://github.com/olarno/funnyQuoteLibrary/issues) for a

Thank you for considering contributing to FunnyQuoteLi! We welcome contributions from the community to help make this project even better. Whether you're reporting a bug, suggesting an enhancement, or contributing code, your involvement is highly valued.

### Ways to Contribute
## Ways to Contribute

There are several ways to contribute to FunnyQuoteLib:

1. **Bug Reports:**
- If you encounter a bug or unexpected behavior, please open an [issue](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. Provide detailed information about the issue, including steps to reproduce and your environment.
- Encountered a bug or unexpected behavior? Open an [issue](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. Provide a detailed description, steps to reproduce, and information about your environment.

2. **Feature Requests:**
- Have an idea for a new feature or improvement? Feel free to submit a [feature request](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. We appreciate your feedback and creativity.
- Have an idea for a new feature or improvement? Submit a [feature request](https://github.com/olarno/funnyQuoteLibrary/issues) on GitHub. We welcome your feedback and creativity.

3. **Code Contributions:**
- If you're interested in contributing code, follow these steps:
- Interested in contributing code? Follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request (PR) to the `main` branch of the original repository.
- Make your changes and submit a pull request (PR) to the `main` branch.

4. **Propose New Quotes:**
- Help enrich our collection of quotes by submitting pull requests with new and funny quotes. Follow these guidelines:
- Ensure that the quote is genuinely humorous and aligns with the tone of FunnyQuoteLib.
- Include the quote along with any relevant attribution or context.
- Verify that the quote adheres to copyright and licensing requirements.
- Please target the `quotes-submissions` branch when submitting your pull request.

We appreciate your contribution in making FunnyQuoteLib a source of laughter and joy!


5. **Documentation Improvements:**
- Enhance our documentation by submitting pull requests for clarifications, corrections, or additional information.

We appreciate and welcome contributions from the community to make FunnyQuoteLib even more entertaining and enjoyable!

4. **Documentation Improvements:**
- Help us improve our documentation by submitting pull requests for clarifications, corrections, or additional information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down
8 changes: 6 additions & 2 deletions config/quotes.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"I'm not a vegetarian because I love animals. I'm a vegetarian because I hate plants.",
"I used to be a baker, but I couldn't make enough dough.",
"I'm friends with all electricians. We have such good current connections.",
"Why did the tomato turn red? Because it saw the salad dressing!"
"Why did the tomato turn red? Because it saw the salad dressing!",
"Why do programmers prefer dark mode? Because the light attracts bugs!",
"Why did the computer catch a cold? It left its Windows open!",
"Why don't programmers like nature? Because it has too many bugs.",
"Why did the bicycle fall over? Because it was two-tired!"
]
}
}