From 4e6dc6d99d4b8288d632a966750b2b42e3c8d47e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:36:35 -0700 Subject: [PATCH] Add Contributing guidelines --- .github/pull_request_template.md | 3 +++ README.md | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..51e26b13 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +## Checklist: + +- [ ] I have read the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines). diff --git a/README.md b/README.md index 6ec84ba2..4756672e 100644 --- a/README.md +++ b/README.md @@ -341,10 +341,7 @@ The presets that are included by default are the result of a contest that receiv ## Contributing -* Pull requests, suggestions, and issue reports are welcome. -* Make sure to carefully [search](https://github.com/oobabooga/text-generation-webui/issues) existing issues before starting a new one. -* If you have some experience with git, testing an open pull request and leaving a comment on whether it works as expected or not is immensely helpful. -* A simple way to contribute, even if you are not a programmer, is to leave a 👍 on an issue or pull request that you find relevant. +If you would like to contribute to the project, check out the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines). ## Community