Unverified Commit 99ba560d by Jonathan Thomas Committed by GitHub

Merge pull request #1 from CreatureChat/github-migration

Migrating project from GitLab to GitHub, updating READMEs and docs
parents 58bb79f1 ed0f3417
Pipeline #13553 passed with stages
in 2 minutes 6 seconds
...@@ -9,14 +9,14 @@ everyone involved. ...@@ -9,14 +9,14 @@ everyone involved.
Before you begin: Before you begin:
- Ensure you have a [GitLab account](https://gitlab.openshot.org/) linked to your email. - Ensure you have a [GitHub account](https://github.com/CreatureChat/creature-chat) linked to your email.
- Familiarize yourself with the [GitLab Flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html) to understand our branch management and release structure. - Familiarize yourself with the [GitHub Flow](https://docs.github.com/en/get-started/using-github/github-flow) to understand our branch management and release structure.
- Make sure you have a basic understanding of the [Fabric modding platform](https://fabricmc.net/). - Make sure you have a basic understanding of the [Fabric modding platform](https://fabricmc.net/).
## Making Changes ## Making Changes
1. **Fork the Repository** 1. **Fork the Repository**
- Fork the project repository: http://gitlab.openshot.org/minecraft/creature-chat - Fork the project repository: https://github.com/CreatureChat/creature-chat
- Clone your fork to your local machine and set up the development environment as described in [INSTALL.md](INSTALL.md). - Clone your fork to your local machine and set up the development environment as described in [INSTALL.md](INSTALL.md).
2. **Create a Branch** 2. **Create a Branch**
...@@ -32,7 +32,7 @@ Before you begin: ...@@ -32,7 +32,7 @@ Before you begin:
- Test your changes thoroughly, making sure they provide the functionality described in your branch name. - Test your changes thoroughly, making sure they provide the functionality described in your branch name.
5. **Push Changes** 5. **Push Changes**
- Push your changes to your fork on GitLab. - Push your changes to your fork on GitHub.
## Submitting a Merge Request ## Submitting a Merge Request
...@@ -50,7 +50,7 @@ Before you begin: ...@@ -50,7 +50,7 @@ Before you begin:
## Reporting Bugs ## Reporting Bugs
- Bugs are tracked as GitLab issues. Create an issue on our repository and clearly describe the bug with as much detail as possible, steps to reproduce, expected outcome, and actual outcome. - Bugs are tracked as GitHub issues. Create an issue on our repository and clearly describe the bug with as much detail as possible, steps to reproduce, expected outcome, and actual outcome.
## Community ## Community
......
...@@ -15,7 +15,7 @@ build the mod._ ...@@ -15,7 +15,7 @@ build the mod._
## Clone the Repository ## Clone the Repository
Open a terminal or command prompt and run the following command to clone the repository: Open a terminal or command prompt and run the following command to clone the repository:
``` ```
git clone http://gitlab.openshot.org/minecraft/creature-chat.git git clone https://github.com/CreatureChat/creature-chat.git
``` ```
Navigate into the cloned directory: Navigate into the cloned directory:
......
...@@ -114,7 +114,7 @@ Supports CreatureChat by purchasing tokens from the developers: ...@@ -114,7 +114,7 @@ Supports CreatureChat by purchasing tokens from the developers:
### Contact & Resources ### Contact & Resources
- [Join us on Discord](https://discord.gg/m9dvPFmN3e) - [Join us on Discord](https://discord.gg/m9dvPFmN3e)
- [Build Instructions](INSTALL.md) ([Source Code](http://gitlab.openshot.org/minecraft/creature-chat)) - [Build Instructions](INSTALL.md) ([Source Code](https://github.com/CreatureChat/creature-chat))
- [Player & Entity Icon Tutorial](ICONS.md) - [Player & Entity Icon Tutorial](ICONS.md)
- Download from [Modrinth](https://modrinth.com/project/creaturechat) - Download from [Modrinth](https://modrinth.com/project/creaturechat)
- Follow Us: [YouTube](https://www.youtube.com/@CreatureChat/featured) | - Follow Us: [YouTube](https://www.youtube.com/@CreatureChat/featured) |
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
], ],
"contact": { "contact": {
"homepage": "http://discord.creaturechat.com", "homepage": "http://discord.creaturechat.com",
"sources": "http://gitlab.openshot.org/minecraft/creature-chat" "sources": "https://github.com/CreatureChat/creature-chat"
}, },
"license": "GPLv3", "license": "GPLv3",
"icon": "assets/creaturechat/icon.png", "icon": "assets/creaturechat/icon.png",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment