mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Removes all uses of www. from tgstation urls (#89863)
This commit is contained in:
12
.github/CONTRIBUTING.md
vendored
12
.github/CONTRIBUTING.md
vendored
@@ -35,7 +35,7 @@ First things first, we want to make it clear how you can contribute (if you've n
|
|||||||
If you want to contribute the first thing you'll need to do is [set up Git](https://hackmd.io/@tgstation/HJ8OdjNBc) so you can download the source code.
|
If you want to contribute the first thing you'll need to do is [set up Git](https://hackmd.io/@tgstation/HJ8OdjNBc) so you can download the source code.
|
||||||
After setting it up, optionally navigate your git commandline to the project folder and run the command: `git config blame.ignoreRevsFile .git-blame-ignore-revs`.
|
After setting it up, optionally navigate your git commandline to the project folder and run the command: `git config blame.ignoreRevsFile .git-blame-ignore-revs`.
|
||||||
|
|
||||||
We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes at first. If you need help learning to program in BYOND, check out this [repository of resources](http://www.byond.com/developer/articles/resources).
|
We have a [list of guides on the wiki](http://tgstation13.org/wiki/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes at first. If you need help learning to program in BYOND, check out this [repository of resources](http://www.byond.com/developer/articles/resources).
|
||||||
|
|
||||||
There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/tgstation/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22).
|
There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/tgstation/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22).
|
||||||
|
|
||||||
@@ -98,13 +98,13 @@ Our team is entirely voluntary, as such we extend our thanks to maintainers, iss
|
|||||||
|
|
||||||
## Development Guides
|
## Development Guides
|
||||||
|
|
||||||
#### Writing readable code
|
#### Writing readable code
|
||||||
[Style guide](./guides/STYLE.md)
|
[Style guide](./guides/STYLE.md)
|
||||||
|
|
||||||
#### Writing sane code
|
#### Writing sane code
|
||||||
[Code standards](./guides/STANDARDS.md)
|
[Code standards](./guides/STANDARDS.md)
|
||||||
|
|
||||||
#### Writing understandable code
|
#### Writing understandable code
|
||||||
[Autodocumenting code](./guides/AUTODOC.md)
|
[Autodocumenting code](./guides/AUTODOC.md)
|
||||||
|
|
||||||
#### Misc
|
#### Misc
|
||||||
@@ -144,7 +144,7 @@ There is no strict process when it comes to merging pull requests. Pull requests
|
|||||||
|
|
||||||
## Justifying Your Changes
|
## Justifying Your Changes
|
||||||
|
|
||||||
You must explain why you are submitting the pull request in the "Why It's Good For The Game" section of your pull request, and how you think your change will be beneficial to the game. Failure to do so will be grounds for rejecting your pull request wholesale, or requiring that you fix it before your pull request is merged. A reasonable justification for your changes is a requirement.
|
You must explain why you are submitting the pull request in the "Why It's Good For The Game" section of your pull request, and how you think your change will be beneficial to the game. Failure to do so will be grounds for rejecting your pull request wholesale, or requiring that you fix it before your pull request is merged. A reasonable justification for your changes is a requirement.
|
||||||
|
|
||||||
Your "Why It's Good For The Game" section must make a good faith and reasonable attempt to:
|
Your "Why It's Good For The Game" section must make a good faith and reasonable attempt to:
|
||||||
* Assert and argue that the current state of affairs in the game is not good, and needs changing.
|
* Assert and argue that the current state of affairs in the game is not good, and needs changing.
|
||||||
@@ -171,7 +171,7 @@ Negative GBP increases the likelihood of a maintainer closing your PR. With that
|
|||||||
|
|
||||||
There is no benefit to having a higher positive GBP score, since GBP only comes into consideration when it is negative.
|
There is no benefit to having a higher positive GBP score, since GBP only comes into consideration when it is negative.
|
||||||
|
|
||||||
You can see each tag and their GBP values [Here](https://github.com/tgstation/tgstation/blob/master/.github/gbp.toml).
|
You can see each tag and their GBP values [Here](https://github.com/tgstation/tgstation/blob/master/.github/gbp.toml).
|
||||||
|
|
||||||
## Porting features/sprites/sounds/tools from other codebases
|
## Porting features/sprites/sounds/tools from other codebases
|
||||||
|
|
||||||
|
|||||||
4
.github/guides/DOWNLOADING.md
vendored
4
.github/guides/DOWNLOADING.md
vendored
@@ -1,8 +1,8 @@
|
|||||||
## DOWNLOADING
|
## DOWNLOADING
|
||||||
There are a number of ways to download the source code. Some are described here, an alternative all-inclusive guide is also located at https://www.tgstation13.org/wiki/Downloading_the_source_code
|
There are a number of ways to download the source code. Some are described here, an alternative all-inclusive guide is also located at https://tgstation13.org/wiki/Downloading_the_source_code
|
||||||
|
|
||||||
Option 1:
|
Option 1:
|
||||||
Follow this: https://www.tgstation13.org/wiki/Setting_up_git
|
Follow this: https://tgstation13.org/wiki/Setting_up_git
|
||||||
|
|
||||||
Option 2: Download the source code as a zip by clicking the ZIP button in the
|
Option 2: Download the source code as a zip by clicking the ZIP button in the
|
||||||
code tab of https://github.com/tgstation/tgstation
|
code tab of https://github.com/tgstation/tgstation
|
||||||
|
|||||||
2
.github/guides/RUNNING_A_SERVER.md
vendored
2
.github/guides/RUNNING_A_SERVER.md
vendored
@@ -76,7 +76,7 @@ If you decide to go this route, here are /tg/ specific details on hosting with T
|
|||||||
|
|
||||||
## SQL SETUP
|
## SQL SETUP
|
||||||
|
|
||||||
The SQL backend requires a Mariadb server running 10.2 or later. Mysql is not supported but Mariadb is a drop in replacement for mysql. SQL is required for the library, stats tracking, admin notes, and job-only bans, among other features, mostly related to server administration. Your server details go in /config/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql and /SQL/tgstation_schema_prefix.sql depending on if you want table prefixes. More detailed setup instructions are located here: https://www.tgstation13.org/wiki/Downloading_the_source_code#Setting_up_the_database
|
The SQL backend requires a Mariadb server running 10.2 or later. Mysql is not supported but Mariadb is a drop in replacement for mysql. SQL is required for the library, stats tracking, admin notes, and job-only bans, among other features, mostly related to server administration. Your server details go in /config/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql and /SQL/tgstation_schema_prefix.sql depending on if you want table prefixes. More detailed setup instructions are located here: https://tgstation13.org/wiki/Downloading_the_source_code#Setting_up_the_database
|
||||||
|
|
||||||
If you are hosting a testing server on windows you can use a standalone version of MariaDB pre load with a blank (but initialized) tgdb database. Find them here: https://tgstation13.download/database/ Just unzip and run for a working (but insecure) database server. Includes a zipped copy of the data folder for easy resetting back to square one.
|
If you are hosting a testing server on windows you can use a standalone version of MariaDB pre load with a blank (but initialized) tgdb database. Find them here: https://tgstation13.download/database/ Just unzip and run for a working (but insecure) database server. Includes a zipped copy of the data folder for easy resetting back to square one.
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
| Website | Link |
|
| Website | Link |
|
||||||
|---------------------------|------------------------------------------------|
|
|---------------------------|------------------------------------------------|
|
||||||
| Website | [https://www.tgstation13.org](https://www.tgstation13.org) |
|
| Website | [https://tgstation13.org](https://tgstation13.org) |
|
||||||
| Code | [https://github.com/tgstation/tgstation](https://github.com/tgstation/tgstation) |
|
| Code | [https://github.com/tgstation/tgstation](https://github.com/tgstation/tgstation) |
|
||||||
| Wiki | [https://tgstation13.org/wiki/Main_Page](https://tgstation13.org/wiki/Main_Page) |
|
| Wiki | [https://tgstation13.org/wiki/Main_Page](https://tgstation13.org/wiki/Main_Page) |
|
||||||
| Codedocs | [https://codedocs.tgstation13.org/](https://codedocs.tgstation13.org/) |
|
| Codedocs | [https://codedocs.tgstation13.org/](https://codedocs.tgstation13.org/) |
|
||||||
|
|||||||
@@ -188,10 +188,10 @@ IPINTEL_REJECT_BAD
|
|||||||
# FORUMURL http://tgstation13.org/phpBB/index.php
|
# FORUMURL http://tgstation13.org/phpBB/index.php
|
||||||
|
|
||||||
## Wiki address
|
## Wiki address
|
||||||
# WIKIURL http://www.tgstation13.org/wiki
|
# WIKIURL http://tgstation13.org/wiki
|
||||||
|
|
||||||
## Rules address
|
## Rules address
|
||||||
# RULESURL http://www.tgstation13.org/wiki/Rules
|
# RULESURL http://tgstation13.org/wiki/Rules
|
||||||
|
|
||||||
## Github address
|
## Github address
|
||||||
# GITHUBURL https://www.github.com/tgstation/tgstation
|
# GITHUBURL https://www.github.com/tgstation/tgstation
|
||||||
|
|||||||
Reference in New Issue
Block a user