[PR #52] Add TestView.swift for learning contribution workflow #52

Open
opened 2025-12-29 04:20:31 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ivanvorobei/SwiftUI/pull/52
Author: @kirtidhwajpatra
Created: 10/16/2025
Status: 🔄 Open

Base: masterHead: add-test-view


📝 Commits (1)

  • 423bda2 Add TestView.swift for learning contribution workflow

📊 Changes

1 file changed (+39 additions, -0 deletions)

View changed files

TestView.swift (+39 -0)

📄 Description

Test Contribution for Learning GitHub Workflow

This is a test pull request created as part of learning the GitHub contribution workflow (fork, branch, commit, pull request).

What's included:

  • A simple SwiftUI test view file (TestView.swift)
  • Demonstrates basic SwiftUI components: Text, VStack, and Button
  • Includes preview provider for SwiftUI canvas

Purpose:

This PR is intended for educational purposes to practice:

  • Forking a repository
  • Creating a feature branch
  • Making commits
  • Opening a pull request
  • Following proper contribution workflow

Note: This is a learning exercise. Please feel free to provide feedback or close this PR if not needed. Thank you for maintaining this great SwiftUI resource!


🔄 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/ivanvorobei/SwiftUI/pull/52 **Author:** [@kirtidhwajpatra](https://github.com/kirtidhwajpatra) **Created:** 10/16/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-test-view` --- ### 📝 Commits (1) - [`423bda2`](https://github.com/ivanvorobei/SwiftUI/commit/423bda2a987bc481430d0e6f94671bfb30e5e450) Add TestView.swift for learning contribution workflow ### 📊 Changes **1 file changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `TestView.swift` (+39 -0) </details> ### 📄 Description ## Test Contribution for Learning GitHub Workflow This is a **test pull request** created as part of learning the GitHub contribution workflow (fork, branch, commit, pull request). ### What's included: - A simple SwiftUI test view file (`TestView.swift`) - Demonstrates basic SwiftUI components: Text, VStack, and Button - Includes preview provider for SwiftUI canvas ### Purpose: This PR is intended for educational purposes to practice: - Forking a repository - Creating a feature branch - Making commits - Opening a pull request - Following proper contribution workflow **Note:** This is a learning exercise. Please feel free to provide feedback or close this PR if not needed. Thank you for maintaining this great SwiftUI resource! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:20:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/SwiftUI#52