Skip to content

Commit 86f08a5

Browse files
jc-clarklecoursen
andauthored
Link to copilot cookbook from "Using your GitHub profile to enhance your resume" (#54210)
Co-authored-by: Laura Coursen <[email protected]>
1 parent 8c23bcc commit 86f08a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To give the best impression, you'll want to make sure that hiring managers can u
8484
* **Simplify** complex functions, break down large classes, and remove redundant code
8585
* Provide **tests** to validate that your code is working as expected
8686

87-
It's easiest to make these changes in {% data variables.product.prodname_vscode_shortname %} with {% data variables.product.prodname_copilot_short %}. For example, when you start typing a line comment, {% data variables.product.prodname_copilot_short %} can automatically suggest the rest of the comment. To get started, see [Set up Visual Studio Code with Copilot](https://code.visualstudio.com/docs/copilot/setup-simplified) in the Visual Studio Code documentation.
87+
The easiest way to follow these practices is to use {% data variables.product.prodname_copilot_short %} with {% data variables.product.prodname_vscode_shortname %}. See [Set up Visual Studio Code with Copilot](https://code.visualstudio.com/docs/copilot/setup-simplified) in the {% data variables.product.prodname_vscode_shortname %} documentation.
8888

8989
### Update your project's dependencies
9090

@@ -102,3 +102,7 @@ If you want to improve your profile even more, incorporate these practices into
102102
* **Use issues, pull requests, and {% data variables.product.prodname_projects_v2 %}**. Showcase your task management and project planning skills by tracking bugs and feature requests with issues and using {% data variables.product.prodname_projects_v2 %} to organize them.
103103
* **Keep dependencies updated**. Use {% data variables.product.prodname_dependabot_version_updates %} to automatically update your project's dependencies with the latest security features and bug fixes.
104104
* **Contribute to open source**. Open source contributions showcase your collaboration skills and prove that you can work in complex code bases. For more information, see [AUTOTITLE](/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github).
105+
106+
## Further reading
107+
108+
* [AUTOTITLE](/copilot/example-prompts-for-github-copilot-chat/refactoring-code/improving-code-readability-and-maintainability)

0 commit comments

Comments
 (0)