diff --git a/docs/help/contribute/020_ISSUES.md b/docs/help/contribute/020_ISSUES.md new file mode 100644 index 0000000000..f40d65c8d6 --- /dev/null +++ b/docs/help/contribute/020_ISSUES.md @@ -0,0 +1,24 @@ +--- +title: Issues +--- + +## :fontawesome-solid-bug: Report a bug + +If you stumbled over a bug while using InvokeAI, we would apreciate it a lot if +you +[open a issue](https://github.com/invoke-ai/InvokeAI/issues/new?assignees=&labels=bug&template=BUG_REPORT.yml&title=%5Bbug%5D%3A+) +to inform us about the details so that our developers can look into it. + +If you also know how to fix the bug, take a look [here](010_PULL_REQUEST.md) to +find out how to create a Pull Request. + +## Request a feature + +If you have a idea for a new feature on your mind which you would like to see in +InvokeAI, there is a +[feature request](https://github.com/invoke-ai/InvokeAI/issues/new?assignees=&labels=bug&template=BUG_REPORT.yml&title=%5Bbug%5D%3A+) +available in the issues section of the repository. + +If you are just curious which features already got requested you can find the +overview of open requests +[here](https://github.com/invoke-ai/InvokeAI/labels/enhancement) diff --git a/docs/help/contribute/index.md b/docs/help/contribute/index.md index 19189b3104..9a1e3691fb 100644 --- a/docs/help/contribute/index.md +++ b/docs/help/contribute/index.md @@ -8,3 +8,7 @@ Issues for Bugs or ideas how to improve. This Section of the docs will explain some of the different ways of how you can contribute to make it easier for newcommers as well as advanced users :nerd: + +If you want to contribute code, but you do not have an exact idea yet, take a +look at the currently open +[:fontawesome-solid-bug: Bug Reports](https://github.com/invoke-ai/InvokeAI/issues?q=is%3Aissue+is%3Aopen+label%3Abug)