diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dacd5d6..bb04d93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,10 @@ 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: @@ -18,8 +18,20 @@ There are several ways to contribute to FunnyQuoteLib: - 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 diff --git a/README.md b/README.md index cb1aaed..525e737 100644 --- a/README.md +++ b/README.md @@ -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.

(back to top)

diff --git a/config/quotes.json b/config/quotes.json index 5a2804e..42cb139 100644 --- a/config/quotes.json +++ b/config/quotes.json @@ -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!" ] -} \ No newline at end of file +}