Commit ed0f3417 by Jonathan Thomas

Migrating project from GitLab to GitHub, updating READMEs and docs

parent 58bb79f1
Pipeline #13550 passed with stages
in 2 minutes 7 seconds
......@@ -9,14 +9,14 @@ everyone involved.
Before you begin:
- Ensure you have a [GitLab account](https://gitlab.openshot.org/) 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.
- Ensure you have a [GitHub account](https://github.com/CreatureChat/creature-chat) linked to your email.
- 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/).
## Making Changes
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).
2. **Create a Branch**
......@@ -32,7 +32,7 @@ Before you begin:
- Test your changes thoroughly, making sure they provide the functionality described in your branch name.
5. **Push Changes**
- Push your changes to your fork on GitLab.
- Push your changes to your fork on GitHub.
## Submitting a Merge Request
......@@ -50,7 +50,7 @@ Before you begin:
## 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
......
......@@ -15,7 +15,7 @@ build the mod._
## 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:
......
......@@ -114,7 +114,7 @@ Supports CreatureChat by purchasing tokens from the developers:
### Contact & Resources
- [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)
- Download from [Modrinth](https://modrinth.com/project/creaturechat)
- Follow Us: [YouTube](https://www.youtube.com/@CreatureChat/featured) |
......
......@@ -10,7 +10,7 @@
],
"contact": {
"homepage": "http://discord.creaturechat.com",
"sources": "http://gitlab.openshot.org/minecraft/creature-chat"
"sources": "https://github.com/CreatureChat/creature-chat"
},
"license": "GPLv3",
"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