[PR #28] [CLOSED] feature: Adding support for Github codespaces (#25) #55

Closed
opened 2026-02-16 12:26:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/for-android/pull/28
Author: @alexjyong
Created: 8/23/2025
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • bf3c72d feature: Adding support for Github codespaces (#25)

📊 Changes

4 files changed (+131 additions, -9 deletions)

View changed files

.devcontainer/devcontainer.json (+23 -0)
app/google-services.json.example (+68 -0)
📝 docs/src/content/docs/contributing/setup.mdx (+21 -4)
📝 scripts/download_deps.ts (+19 -5)

📄 Description

  • Adding support for codespaces

  • feat: allowing this to be ran in automated contexts

  • Update devcontainer.json

  • feat: Adding in dummy google services json file, and updating documentation

  • fix: typo :)

  • Adjusting storage bucket per feedback in Revolt Dev server.


Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

🔄 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/stoatchat/for-android/pull/28 **Author:** [@alexjyong](https://github.com/alexjyong) **Created:** 8/23/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`bf3c72d`](https://github.com/stoatchat/for-android/commit/bf3c72d1740743711ba8d30bae580fe57c053d72) feature: Adding support for Github codespaces (#25) ### 📊 Changes **4 files changed** (+131 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+23 -0) ➕ `app/google-services.json.example` (+68 -0) 📝 `docs/src/content/docs/contributing/setup.mdx` (+21 -4) 📝 `scripts/download_deps.ts` (+19 -5) </details> ### 📄 Description * Adding support for codespaces * feat: allowing this to be ran in automated contexts * Update devcontainer.json * feat: Adding in dummy google services json file, and updating documentation * fix: typo :) * Adjusting storage bucket per feedback in Revolt Dev server. --------- ## Please make sure to check the following tasks before opening and submitting a PR - [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) - [ ] I have tested my changes locally and they are working as intended --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:26:45 -05:00
yindo closed this issue 2026-02-16 12:26:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/for-android#55