new contributor docs

This commit is contained in:
Millun Atluri
2023-09-06 11:13:29 +10:00
committed by Kent Keirsey
parent c82ea5a812
commit f6ced9f54b
5 changed files with 75 additions and 53 deletions

View File

@ -12,10 +12,10 @@ To join, just raise your hand on the InvokeAI Discord server (#dev-chat) or the
### Areas of contribution:
#### Development
If youd like to help with development, please see our [development guide](contribution_guides/development.md). If youre unfamiliar with contributing to open source projects, there is a tutorial contained within the development guide.
If youd like to help with development, please see our [development guide](contribution_guides/development.md). If youre unfamiliar with contributing to open source projects, take a look at our [new contributor guide](contribution_guides/newContributorChecklist.md).
#### Nodes
If youd like to help with development, please see our [nodes contribution guide](/nodes/contributingNodes). If youre unfamiliar with contributing to open source projects, there is a tutorial contained within the development guide.
If youd like to add a Node, please see our [nodes contribution guide](../nodes/contributingNodes.md).
#### Documentation
If youd like to help with documentation, please see our [documentation guide](contribution_guides/documentation.md).