Update contribution guidelines

This commit is contained in:
JannisX11 2023-02-22 19:29:36 +01:00
parent 2b1df1ef17
commit ec50f098e6
2 changed files with 47 additions and 6 deletions

46
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,46 @@
# How to contribute to Blockbench
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.MD)
If you are contributing to Blockbench in any way, you must adhere to the [Code of Conduct](https://github.com/JannisX11/blockbench/blob/master/CODE_OF_CONDUCT.MD).
## Issues and Feedback
To submit a suggestion or report a bug, please [open an issue](https://github.com/JannisX11/blockbench/issues/new).
## Text and Localization
Localizations are handled on an external platform.
If you want to contribute Blockbench translations, you can visit [blockbench.net/translations](https://blockbench.net/translations/). Thank you!
## Source code contributions
Blockbench, the program itself, is mostly just coded by me. But sometimes, code contributions can be helpful!
If you want to contribute to the Blockbench code, please contact me (@Jannis) on [Discord](https://discord.gg/sGkj78W) *before* to discuss whether a change is necessary and how it can be approached.
Some changes make sense in Blockbench itself, while others could work better as a plugin.
By contributing to the Blockbench source, you agree that the changes are in accordance with the applicable [GPL-3.0 license](LICENSE.MD).
## Wiki
Contributions to the [Wiki](https://blockbench.net/wiki) are welcome! [blockbench.net repository](https://github.com/JannisX11/blockbench.net)
## Themes
Custom Blockbench themes can be shared on the Blockbench [Discord Server](https://discord.gg/blockbench).
If your theme is really polished and appealing to a wide audience, you can also submit it at the [themes repository](https://github.com/JannisX11/blockbench-themes)
## Plugins
Submit Blockbench plugins here: [plugins repository](https://github.com/JannisX11/blockbench-plugins).
## Questions?
If you have any other questions about contributions, please contact me (@Jannis) on [Discord](https://discord.gg/sGkj78W).

View File

@ -16,12 +16,7 @@ Website and download: [blockbench.net](https://www.blockbench.net)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.MD)
If you are contributing to Blockbench in any way, you must adhere to the [Code of Conduct](https://github.com/JannisX11/blockbench/blob/master/CODE_OF_CONDUCT.MD).
* To submit a suggestion or report a bug, please [open an issue](https://github.com/JannisX11/blockbench/issues/new).
* Localizations are handled on an external platform. If you want to contribute Blockbench translations, you can visit [blockbench.net/translations](https://blockbench.net/translations/). Thank you!
* If you want to contribute to the Blockbench code, please contact me (@Jannis) on [Discord](https://discord.gg/sGkj78W) before to discuss whether a change is necessary and how it can be approached.
* By contributing to the Blockbench source, you agree that the changes are in accordance with the applicable [GPL-3.0 license](LICENSE.MD).
Check out the [Contribution Guidelines](CONTRIBUTING.md).