Changeset - r27694:2430e78190d9
[Not reviewed]
master
0 1 0
merni-ns - 11 months ago 2023-07-03 17:50:58
66267867+merni-ns@users.noreply.github.com
Doc: Link to coding style in the repository itself and add Discord link in addition to IRC
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTING.md
Show inline comments
 
@@ -14,7 +14,7 @@ In return, they should reciprocate that 
 
The [issue tracker](https://github.com/OpenTTD/OpenTTD/issues) is the preferred channel for [bug reports](#bug-reports), but please respect the following restrictions:
 

	
 
* Please **do not** use the issue tracker for help playing or using OpenTTD.
 
Please try [irc](https://wiki.openttd.org/en/Development/IRC%20channel), or the [forums](https://www.tt-forums.net/)
 
Please try [irc](https://wiki.openttd.org/en/Development/IRC%20channel), [Discord](https://discord.gg/openttd), or the [forums](https://www.tt-forums.net/)
 

	
 
* Please **do not** derail or troll issues. Keep the discussion on topic and respect the opinions of others.
 

	
 
@@ -23,7 +23,7 @@ Use [GitHub's "reactions" feature](https
 
We reserve the right to delete comments which violate this rule.
 

	
 
* Please **do not** open issues or pull requests regarding add-on content in NewGRF, GameScripts, AIs, etc.
 
These are created by third-parties.  Please try [irc](https://wiki.openttd.org/en/Development/IRC%20channel) or the [forums](https://www.tt-forums.net/) to discuss these.
 
These are created by third-parties.  Please try [irc](https://wiki.openttd.org/en/Development/IRC%20channel), [Discord](https://discord.gg/openttd), or the [forums](https://www.tt-forums.net/) to discuss these.
 

	
 
* Please use [the web translator](https://translator.openttd.org/) to submit corrections and improvements to translations of the game.
 

	
 
@@ -108,7 +108,7 @@ Pull requests should fit with the [goals
 

	
 
Every pull request should have a clear scope, with no unrelated commits.
 

	
 
[Code style](https://wiki.openttd.org/en/Development/Coding%20style) must be complied with for pull requests to be accepted; this also includes [commit message format](https://wiki.openttd.org/en/Development/Coding%20style#commit-message).
 
[Code style](./CODINGSTYLE.md) must be complied with for pull requests to be accepted; this also includes [commit message format](./CODINGSTYLE.md#commit-message).
 

	
 
Adhering to the following process is the best way to get your work included in the project:
 

	
 
@@ -136,7 +136,7 @@ contain your feature, change, or fix:
 
git checkout upstream/master -b <topic-branch-name>
 
```
 

	
 
4. Commit your changes in logical chunks. Please adhere to these [git commit message guidelines](https://wiki.openttd.org/en/Development/Coding%20style#commit-message) or your code is unlikely to be merged into the main project.
 
4. Commit your changes in logical chunks. Please adhere to these [git commit message guidelines](./CODINGSTYLE.md#commit-message) or your code is unlikely to be merged into the main project.
 
Use Git's [interactive rebase](https://docs.github.com/en/get-started/using-git/about-git-rebase) feature to tidy up your commits before making them public.
 

	
 
5. Locally rebase the upstream development branch into your topic branch:
 
@@ -172,7 +172,7 @@ The results of the CI tests will show on
 
By clicking on Details you can further zoom in; in case of a failure it will show you why it failed.
 
In case of success it will report how awesome you were.
 

	
 
Tip: [commit message format](https://wiki.openttd.org/en/Development/Coding%20style#commit-message) is a common reason for pull requests to fail validation.
 
Tip: [commit message format](./CODINGSTYLE.md#commit-message) is a common reason for pull requests to fail validation.
 

	
 

	
 
### Are there any development docs?
0 comments (0 inline, 0 general)