mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Move the guidelines to /docs
This commit is contained in:
parent
29796daba5
commit
b5f255c9a2
2
.github/ISSUE_TEMPLATE/proposal.yml
vendored
2
.github/ISSUE_TEMPLATE/proposal.yml
vendored
@ -5,7 +5,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please check if the feature aligns with the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/GAME_DESIGN_PRINCIPLES.md) before making an issue.
|
||||
Please check if the feature aligns with the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/docs/GAME_DESIGN_PRINCIPLES.md) before making an issue.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
@ -50,10 +50,10 @@ sudo apt install libgl-dev libasound2-dev libx11-dev libxcursor-dev libxrandr-de
|
||||
|
||||
# Contributing
|
||||
### Code
|
||||
Check out the [Contributing Guidelines](https://github.com/PixelGuys/Cubyz/blob/master/CONTRIBUTING.md)
|
||||
Check out the [Contributing Guidelines](https://github.com/PixelGuys/Cubyz/blob/master/docs/CONTRIBUTING.md)
|
||||
|
||||
### Gameplay Additions
|
||||
Check out the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/GAME_DESIGN_PRINCIPLES.md)
|
||||
Check out the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/docs/GAME_DESIGN_PRINCIPLES.md)
|
||||
|
||||
### Textures
|
||||
If you want to add new textures, make sure they fit the style of the game. It's recommended that you have baseline skills in pixel art before attempting to make textures. A great collection of tutorials can be found [here](https://lospec.com/pixel-art-tutorials)
|
||||
|
@ -3,6 +3,6 @@
|
||||
It is easy to suggest something, but often it's much harder to implement and check if it fits the game.
|
||||
So, before making a suggestion here on github (you can of course freely discuss ideas on the community discord server), please do the following steps:
|
||||
|
||||
- check if it follows the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/GAME_DESIGN_PRINCIPLES.md)
|
||||
- check if it follows the [Game Design Principles](https://github.com/PixelGuys/Cubyz/blob/master/docs/GAME_DESIGN_PRINCIPLES.md)
|
||||
- make a reference implementation in the form of an addon, mod or fork of Cubyz (no content from other games)
|
||||
- create a pull request with the suggested changes or make an issue using the blank issue template, don't forget to add some screenshots
|
Loading…
x
Reference in New Issue
Block a user