From 301c687c64e9145f6dbf0d40cbad255de6689e14 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:25:26 -0300 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0f163b12..578de70f 100644 --- a/README.md +++ b/README.md @@ -292,15 +292,14 @@ Check the [wiki](https://github.com/oobabooga/text-generation-webui/wiki/System- ## Contributing -Contributions to this project are welcome. +Pull requests, suggestions, and issue reports are welcome. -| Way to contribute | Tier | -|-----------------|-------------| -| Submit a pull request that fixes a problem or adds a new feature. | ⭐⭐⭐⭐⭐ | -| Test and review an open pull request. | ⭐⭐⭐⭐⭐ | -| Submit a bug report after searching to make sure that it has not been reported before. | ⭐⭐⭐⭐ | -| Submit a feature request that you think is relevant. | ⭐⭐⭐⭐ | -| Submit a duplicate bug report. | 🥲 | +You are also welcome to review open pull requests. + +Before reporting a bug, make sure that you have: + +1. Created a conda environment and installed the dependencies exactly as in the *Installation* section above. +2. [Searched](https://github.com/oobabooga/text-generation-webui/issues) to see if an issue already exists for the issue you encountered. ## Credits