docs: update contributing

This commit is contained in:
Loki 2024-10-21 17:54:36 +00:00 committed by Redbox Wiki
parent b7dfe38f71
commit c5a8f07f68
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
title: Before You Contribute title: Before You Contribute
description: description:
published: true published: true
date: 2024-10-21T16:47:13.034Z date: 2024-10-21T17:54:35.167Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2024-10-21T11:50:29.402Z dateCreated: 2024-10-21T11:50:29.402Z
@ -17,6 +17,8 @@ The navigation panel on the side of the website is controlled by redbox.wiki adm
# Files # Files
Do not upload any files you do not have the rights to. This includes patched DLLs from Redbox dumps or your own box. All files uploaded to the wiki must be licensable by you. Do not upload any files you do not have the rights to. This includes patched DLLs from Redbox dumps or your own box. All files uploaded to the wiki must be licensable by you.
Other files can be uploaded via a PR to [unredbox/Wiki-Files](https://github.com/unredbox/Wiki-Files).
# New Pages # New Pages
Before adding a new page, ensure that an existing page doesn't already cover the topic you're looking to work on. If there's overlap, see if it's more appropriate to add to an existing page rather than creating a new one. We should aim for the least number of pages we can while avoiding massive, lengthy pages of documentation. Before adding a new page, ensure that an existing page doesn't already cover the topic you're looking to work on. If there's overlap, see if it's more appropriate to add to an existing page rather than creating a new one. We should aim for the least number of pages we can while avoiding massive, lengthy pages of documentation.