[PR #11] [MERGED] Make new contributors welcome #7214

Closed
opened 2026-05-30 12:21:10 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/11
Author: @dginovker
Created: 10/5/2019
Status: Merged
Merged: 10/5/2019
Merged by: @dginovker

Base: masterHead: make_new_contributors_welcome


📝 Commits (2)

  • b6ceeab @mediabi3
  • ba026b6 Fix up for guide and making server run easier

📊 Changes

14 files changed (+77 additions, -9 deletions)

View changed files

2006Redone Client/src/Client.java (+22 -0)
📝 2006Redone Client/src/Game.java (+1 -1)
📝 2006Redone Client/src/Main.java (+12 -0)
📝 2006Redone Server/src/redone/Server.java (+16 -1)
📝 2006Redone Server/src/redone/game/content/skills/core/Woodcutting.java (+1 -4)
📝 2006Redone file_server/src/org/apollo/jagcached/FileServer.java (+15 -0)
CompiledServer/production/2006rebotted/Client.class (+0 -0)
📝 CompiledServer/production/2006rebotted/Game.class (+0 -0)
📝 CompiledServer/production/2006rebotted/Main.class (+0 -0)
📝 CompiledServer/production/2006rebotted/org/apollo/jagcached/FileServer.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/Server.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/content/skills/core/Woodcutting$4.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/content/skills/core/Woodcutting.class (+0 -0)
📝 README.md (+10 -3)

📄 Description

  • Makes guide better
  • Adds warnings when starting FileServer and Server from the wrong directory

Find development guide here: https://github.com/dginovker/2006rebotted


🔄 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/2006-Scape/2006Scape/pull/11 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 10/5/2019 **Status:** ✅ Merged **Merged:** 10/5/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `make_new_contributors_welcome` --- ### 📝 Commits (2) - [`b6ceeab`](https://github.com/2006-Scape/2006Scape/commit/b6ceeaba9e82c8873051864bde81bad48adab17a) @mediabi3 - [`ba026b6`](https://github.com/2006-Scape/2006Scape/commit/ba026b6b1bfc93a298c475fab8f89a54c0873c5b) Fix up for guide and making server run easier ### 📊 Changes **14 files changed** (+77 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `2006Redone Client/src/Client.java` (+22 -0) 📝 `2006Redone Client/src/Game.java` (+1 -1) 📝 `2006Redone Client/src/Main.java` (+12 -0) 📝 `2006Redone Server/src/redone/Server.java` (+16 -1) 📝 `2006Redone Server/src/redone/game/content/skills/core/Woodcutting.java` (+1 -4) 📝 `2006Redone file_server/src/org/apollo/jagcached/FileServer.java` (+15 -0) ➕ `CompiledServer/production/2006rebotted/Client.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/Game.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/Main.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/org/apollo/jagcached/FileServer.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/Server.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/content/skills/core/Woodcutting$4.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/content/skills/core/Woodcutting.class` (+0 -0) 📝 `README.md` (+10 -3) </details> ### 📄 Description - Makes guide better - Adds warnings when starting FileServer and Server from the wrong directory Find development guide here: https://github.com/dginovker/2006rebotted --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-30 12:21:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#7214