Official contribution guide https://forgejo.yokarion.com/
Find a file
2026-01-02 15:56:51 +00:00
README.md Update README.md 2026-01-02 15:56:51 +00:00

Contributions Guide

If you would like to use this forgejo instance for your own lightweight workflows or general code contribution to projects here, please contact Yokarion in any way to add you as a user here.

Agenda

I believe that software should be Free (in terms of Freedom) and open-source to be accessible. It doesn't mean that proprietary software should not exist, but at least frontend for it and critical components using your devices should be at least source-available. I belive that by contributing to open-source world, I could make all people's lives better and make software more accessible.

This instance is running without big-tech solutions. Please use this instance and my services fairly.

Generative AI Policy

While I believe generative AI is poisoning the internet, I still see it as a great tool - and it should be treated as one.

You are allowed to use it for generating small code snippets, but you SHOULD NOT use it to create entire projects or modules. You remain fully responsible for the code you submit.

It is prohibited to use AI to write full pull request descriptions. You may use it only for grammar or spell-checking (though there are better tools for that).

All code must be tested and verified by you personally. Excuses like "ChatGPT said it should work" are not acceptable. The first occurrence will result in -karma. Repeated violations will result in sanctions.

SSH Setup

To contribute to repositories, you must set up proper SSH Authentication.

Keep in mind that SSH Port of this instance is 6688 due to technical limitations I had to workaround.

Example ssh config (~/.ssh/config) to append to your config:

Host forgejo.yokarion.com
  Hostname forgejo.yokarion.com
  AddKeysToAgent yes
  IdentityFile ~/.ssh/your_ssh_private_file
  Port 6688

Runner Specs:

  • 2vCPU
  • 1GB RAM
  • 10GB NVME

Misc

For takedowns and any other questions, please contact Yokarion