Skip to content

create develop branch - #67

Merged
tamzi merged 1 commit into
mainfrom
develop
Oct 23, 2025
Merged

create develop branch#67
tamzi merged 1 commit into
mainfrom
develop

Conversation

@tamzi

@tamzi tamzi commented Oct 23, 2025

Copy link
Copy Markdown
Contributor

! Edit this before submitting your PR !(Remove this after editing)


name: Pull request
about: Create a pull request
label: 'triage me'
Fixes Referenced Issue #_.


How can this PR be tested?

Please describe how the reviewers can test your changes here. i.e To test it Log
off the internet


Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Ensure your branch is up to date with develop branch.
  • Ensure your branch runs without breaking.
  • Ensure you solved any merge conflicts.
  • Smaller PRs for the ease of reviewing
  • Make sure to open a GitHub issue as a bug/feature request before writing your code! This means that we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass (./gradlew --init-script gradle/init.gradle.kts spotlessApply to automatically apply formatting)
  • Appropriate docs were updated (You are adding code so...)
  • Tests have been written

Is this your first Pull Request?

  • Run ./tools/setup.sh
  • Import the code formatting style as explained in the setup script.

Fixes #<issue_number_goes_here> 🦕

Screenshot

For PRs that change the UI, attach a before/after screenshot.
[REMOVE THIS SECTION IF IT DOES NOT APPLY TO THIS PR]

Copilot AI review requested due to automatic review settings October 23, 2025 05:58
@tamzi
tamzi merged commit 5ab25ed into main Oct 23, 2025
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR creates a develop branch by removing configuration files and making minimal formatting changes. The changes appear to be preparing a clean state for the develop branch by removing Gradle initialization scripts and documentation.

Key changes:

  • Complete removal of Gradle init script for Spotless and ktlint configuration
  • Removal of Gradle directory README documentation
  • Minor whitespace cleanup in main README

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
gradle/init.gradle.kts Removed entire Gradle initialization script for code formatting tools
gradle/README.md Removed documentation file for Gradle init scripts
README.md Removed blank line for formatting consistency
Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants