From ee38099af23f81aa1ce5acde4221ff6e45f25af0 Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Fri, 8 Oct 2021 11:21:48 +0100 Subject: [PATCH 1/6] Add overview for Visual Studio Marketplace --- src/GitHub.VisualStudio.Vsix/overview.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/GitHub.VisualStudio.Vsix/overview.md diff --git a/src/GitHub.VisualStudio.Vsix/overview.md b/src/GitHub.VisualStudio.Vsix/overview.md new file mode 100644 index 0000000000..4b0ea8428b --- /dev/null +++ b/src/GitHub.VisualStudio.Vsix/overview.md @@ -0,0 +1,26 @@ +GitHub Extension for Visual Studio + +The [GitHub Extension for Visual Studio](https://visualstudio.github.com/) makes it easy to connect to and work with your repositories on [GitHub](https://github.com/) and [GitHub Enterprise](https://enterprise.github.com/) from directly within Visual Studio 2015 or newer. Clone existing repositories or create new ones and start collaborating! + +For more information about the extension, visit [https://visualstudio.github.com/](https://visualstudio.github.com/). + +For feedback and bug reports, please email [support@github.com](mailto:support@github.com). + +## Features + +1. **Connect** - From the Team Explorer section, click the _Connect..._ button in the GitHub invitation section to login to the extension. The extension supports two-factor authentication (2fa) with GitHub and stores credentials in the Windows Credential store so that Git Operations within Visual Studio work with your GitHub repositories. The extension also supports logging into a GitHub Enterprise instance. +2. **Clone** - Once connected, click on the _Clone_ button to list all repositories that you have access to on GitHub. +3. **Create** - The create dialog lets you create a repository on GitHub.com and locally that are connected together. +4. **Publish** - For a local-only repository, click on the Sync navigation item to get the GitHub publish control. This make it quick to publish your local work up to GitHub. +5. **Open in Visual Studio** - once you log-in with the extension, GitHub.com will show a new button next to repositories labeled "Open in VisualStudio." Click on the button to clone the repository to Visual Studio. +6. **Create Gist** - Create gists by using the GitHub context menu when you right-click on selected text +7. **Open/Link to GitHub** - Easily open on GitHub or share a link to the code you're working on by using the GitHub context menu. +8. **Pull Requests** - View your repository's Pull Requests and create new ones from the _Pull Requests_ button in the Team Explorer Home +9. **See Pull Request diffs** - See all Pull Request changes as individual diff views and open changed files directly from the Pull Request details view +10. **Review Pull Requests** - Start a review and submit a review that comments, approves, or request changes to the Pull Request +11. **Inline Comments** - Add review comments to the Pull Request changes you're reviewing directly from the VS diff view +12. **Fork** - From Team Explorer Home, fork a repository you have already cloned. + +## Requirements + +Visual Studio 2015 and above From 122805e88c847e75202e0275b47b988d17751043 Mon Sep 17 00:00:00 2001 From: Taysser Date: Fri, 22 Oct 2021 17:28:43 -0700 Subject: [PATCH 2/6] This commit updates content on the VS Market place to support VS2022 launch. --- src/GitHub.VisualStudio.Vsix/overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/GitHub.VisualStudio.Vsix/overview.md b/src/GitHub.VisualStudio.Vsix/overview.md index 4b0ea8428b..688af714b9 100644 --- a/src/GitHub.VisualStudio.Vsix/overview.md +++ b/src/GitHub.VisualStudio.Vsix/overview.md @@ -1,6 +1,8 @@ GitHub Extension for Visual Studio -The [GitHub Extension for Visual Studio](https://visualstudio.github.com/) makes it easy to connect to and work with your repositories on [GitHub](https://github.com/) and [GitHub Enterprise](https://enterprise.github.com/) from directly within Visual Studio 2015 or newer. Clone existing repositories or create new ones and start collaborating! +Visual Studio 2022 now includes the functionality from this extension out of the box. We recommend [downloading Visual Studio 2022](https://visualstudio.microsoft.com/vs/github/) to get the best experience. + +This GitHub Extension enhances Visual Studio 2015 and Visual Studio 2017 by making it easy to connect to and work with your repositories on [GitHub](https://github.com/) and [GitHub Enterprise](https://enterprise.github.com/). Clone existing repositories or create new ones and start collaborating! For more information about the extension, visit [https://visualstudio.github.com/](https://visualstudio.github.com/). From 0afdc1aafcb1e20ba26b2b68ddee6cef9c0691a0 Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Thu, 17 Feb 2022 17:02:11 +0000 Subject: [PATCH 3/6] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 48 +++------------------------- 1 file changed, 4 insertions(+), 44 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7783128d6f..be99061878 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,45 +1,5 @@ ---- -name: Bug report -about: Create a report to help us improve GitHub Extension for Visual Studio -labels: +Please report GitHub for Visual Studio bugs here: +https://support.github.com/contact/bug-report?subject=Re:%20GitHub%20for%20Visual%20Studio ---- - - - -## Versions - - GitHub Extension for Visual Studio version: ... - - Visual Studio version: ... - -## What happened - - -### Steps to Reproduce -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -### Expected behavior - - -### Screenshots - - -### Logs - - -### Additional context - +Please report Visual Studio bugs here: +https://developercommunity.visualstudio.com/search From 68d80b4a75f336f6067a457f66fe8fefa1bc3c0c Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Thu, 17 Feb 2022 17:07:05 +0000 Subject: [PATCH 4/6] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index be99061878..280630475b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,9 @@ +--- +name: Bug report +about: Create a report to help us improve the GitHub Extension for Visual Studio +labels: + +--- + Please report GitHub for Visual Studio bugs here: https://support.github.com/contact/bug-report?subject=Re:%20GitHub%20for%20Visual%20Studio - -Please report Visual Studio bugs here: -https://developercommunity.visualstudio.com/search From c942eeb857b751b73b56ffa569c7a519f33381fc Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Thu, 17 Feb 2022 17:08:11 +0000 Subject: [PATCH 5/6] Delete localization_suggestion.md --- .../ISSUE_TEMPLATE/localization_suggestion.md | 45 ------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/localization_suggestion.md diff --git a/.github/ISSUE_TEMPLATE/localization_suggestion.md b/.github/ISSUE_TEMPLATE/localization_suggestion.md deleted file mode 100644 index eb5a44603b..0000000000 --- a/.github/ISSUE_TEMPLATE/localization_suggestion.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -name: Localization suggestion -about: Suggest an improvement to our localization -labels: localization, bug -title: 'Localization: ' ---- - -## Language - - - - - - - - - - - - - - -## English source - -``` - -``` - -## Original Translation - -``` - -``` - -## Screenshots - - -## Notes - - -## Suggested Translation - -``` - -``` From 6d428ef3bb1848ae0ece98fd57c9c8fa564aed7f Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Thu, 17 Feb 2022 17:08:47 +0000 Subject: [PATCH 6/6] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 751cb5de04..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -labels: - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.