[PR #13510] [MERGED] Added Source Code and Send Feedback buttons to About dialog #29598

Open
opened 2026-01-31 09:35:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13510
Author: @AdamSotak
Created: 7/14/2022
Status: Merged
Merged: 7/19/2022
Merged by: @undefined

Base: mainHead: about-dialog-interface-update


📝 Commits (1)

  • 405b526 Added Source Code and Send Feedback buttons to About dialog

📊 Changes

4 files changed (+19 additions, -3 deletions)

View changed files

📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+7 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+7 -2)
📝 src/cascadia/TerminalApp/TerminalPage.h (+1 -0)
📝 src/cascadia/TerminalApp/TerminalPage.xaml (+4 -1)

📄 Description

Summary of the Pull Request

Added two new buttons to the About dialog. Source Code and Send Feedback buttons link directly to the Terminal project on GitHub and to the Issues page respectively.

References

#13371

PR Checklist

  • Closes Line break with errors in MongoDB Shell (#13371)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #13371

Validation Steps Performed

Performed manual testing and confirmed that the implementation works.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13510 **Author:** [@AdamSotak](https://github.com/AdamSotak) **Created:** 7/14/2022 **Status:** ✅ Merged **Merged:** 7/19/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `about-dialog-interface-update` --- ### 📝 Commits (1) - [`405b526`](https://github.com/microsoft/terminal/commit/405b526e1ee73fd26527d300f7e93dff8e626c0a) Added Source Code and Send Feedback buttons to About dialog ### 📊 Changes **4 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+7 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+7 -2) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+1 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.xaml` (+4 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Added two new buttons to the About dialog. Source Code and Send Feedback buttons link directly to the Terminal project on GitHub and to the Issues page respectively. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References #13371 <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #13371 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #13371 <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Performed manual testing and confirmed that the implementation works. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:35:50 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29598