15 lines
854 B
Markdown
15 lines
854 B
Markdown
How to submit code snippets
|
|
===========
|
|
|
|
1. Navigate to your project's **Source** folder.
|
|
|
|
2. Zip the **.sln** and its **Source** folder, and name it `<GitHubUserName>_<ProjectName>.zip`.
|
|
|
|
**Note:** For an example, download the [Example Snippet Project](DocsTeam_ExampleSnippetPrj.zip) from our guide about [Writing Code Snippets](https://docs.unrealengine.com/en-US/GettingStarted/DownloadingUnrealEngine/ContributingToUnreal/WritingCodeSnippets/index.html).
|
|
|
|
3. Submit the zipped file to this folder as a pull request.
|
|
|
|
**Tip:** For instructions on how to submit a pull request, learn about [Contributing to Unreal Engine](https://docs.unrealengine.com/en-US/GettingStarted/DownloadingUnrealEngine/ContributingToUnreal/index.html).
|
|
|
|
After submitting the pull request, we will review and comment (as needed) before accepting the code snippet.
|